File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/info/unterrainer/commons/rdbutils Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<artifactId >rdb-utils</artifactId >
13
- <version >0.1.14 </version >
13
+ <version >0.1.15 </version >
14
14
<name >RdbUtils</name >
15
15
<packaging >jar</packaging >
16
16
24
24
<dependency >
25
25
<groupId >info.unterrainer.commons</groupId >
26
26
<artifactId >jre-utils</artifactId >
27
- <version >0.2.6 </version >
27
+ <version >0.2.11 </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >javax.persistence</groupId >
Original file line number Diff line number Diff line change 2
2
3
3
public class Information {
4
4
public static final String name = "RDB-Utils" ;
5
- public static final String buildTime = "2021 -03-10T08:32:23Z " ;
6
- public static final String pomVersion = "0.1.6 " ;
5
+ public static final String buildTime = "2022 -03-14T14:27:25Z " ;
6
+ public static final String pomVersion = "0.1.15 " ;
7
7
}
You can’t perform that action at this time.
0 commit comments