Skip to content

Commit ab60c71

Browse files
author
Psilo
committed
update jre pom version
1 parent 971854a commit ab60c71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>rdb-utils</artifactId>
13-
<version>0.1.1</version>
13+
<version>0.1.2</version>
1414
<name>RdbUtils</name>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>
1818
<dependency>
1919
<groupId>info.unterrainer.commons</groupId>
2020
<artifactId>jre-utils</artifactId>
21-
<version>0.0.10</version>
21+
<version>0.1.2</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>javax.persistence</groupId>

src/main/java/info/unterrainer/commons/parentpom/Information.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Information {
44
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";
77
}

0 commit comments

Comments
 (0)