File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/info/unterrainer/commons/jreutils Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 22
33public 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}
You can’t perform that action at this time.
0 commit comments