File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/info/unterrainer/commons/parentpom 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.1 </version >
13
+ <version >0.1.2 </version >
14
14
<name >RdbUtils</name >
15
15
<packaging >jar</packaging >
16
16
17
17
<dependencies >
18
18
<dependency >
19
19
<groupId >info.unterrainer.commons</groupId >
20
20
<artifactId >jre-utils</artifactId >
21
- <version >0.0.10 </version >
21
+ <version >0.1.2 </version >
22
22
</dependency >
23
23
<dependency >
24
24
<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 = "Parent-POM" ;
5
- public static final String buildTime = "2020-10-22T08:06:30Z " ;
6
- public static final String pomVersion = "0.1.1 " ;
5
+ public static final String buildTime = "2020-12-10T07:24:25Z " ;
6
+ public static final String pomVersion = "0.1.2 " ;
7
7
}
You can’t perform that action at this time.
0 commit comments