File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed
src/main/java/info/unterrainer/commons Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<artifactId >cli-utils</artifactId >
13
- <version >0.2.7 </version >
13
+ <version >0.2.8 </version >
14
14
<name >CliUtils</name >
15
15
<packaging >jar</packaging >
16
16
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
+
17
23
<dependencies >
18
24
<dependency >
19
25
<groupId >commons-cli</groupId >
Original file line number Diff line number Diff line change
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
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments