Skip to content

Commit ebcf8b7

Browse files
author
Psilo
committed
repair information mechanism and bump version
1 parent 97412ce commit ebcf8b7

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

pom.xml

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

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

17+
<properties>
18+
<name>Cli-Utils</name>
19+
<package-path>info/unterrainer/commons/cliutils</package-path>
20+
<packg-string>info.unterrainer.commons.cliutils</packg-string>
21+
</properties>
22+
1723
<dependencies>
1824
<dependency>
1925
<groupId>commons-cli</groupId>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package info.unterrainer.commons.cliutils;
2+
3+
public class Information {
4+
public static final String name = "Cli-Utils";
5+
public static final String buildTime = "2021-03-10T08:05:16Z";
6+
public static final String pomVersion = "0.2.8";
7+
}

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

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)