Skip to content

Commit c12e21c

Browse files
author
Psilo
committed
repair information mechanism and bump version
1 parent a5b75a7 commit c12e21c

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,7 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>jre-utils</artifactId>
13-
<version>0.1.6</version>
13+
<version>0.1.7</version>
1414
<name>JreUtils</name>
1515
<packaging>jar</packaging>
1616

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>info.unterrainer.commons</groupId>
2727
<artifactId>cli-utils</artifactId>
28-
<version>0.2.8</version>
28+
<version>0.2.9</version>
2929
</dependency>
3030
</dependencies>
3131

src/main/java/info/unterrainer/commons/jreutils/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 = "JRE-Utils";
5-
public static final String buildTime = "2021-03-10T08:12:59Z";
6-
public static final String pomVersion = "0.1.6";
5+
public static final String buildTime = "2021-03-10T08:20:20Z";
6+
public static final String pomVersion = "0.1.7";
77
}

0 commit comments

Comments
 (0)