Skip to content

Commit 3282578

Browse files
committed
bump pom version
1 parent 6cd6746 commit 3282578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>cli-utils</artifactId>
13-
<version>0.2.6</version>
13+
<version>0.2.7</version>
1414
<name>CliUtils</name>
1515
<packaging>jar</packaging>
1616

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-12-13T21:48:13Z";
6-
public static final String pomVersion = "0.2.6";
5+
public static final String buildTime = "2020-12-29T15:08:05Z";
6+
public static final String pomVersion = "0.2.7";
77
}

0 commit comments

Comments
 (0)