File tree Expand file tree Collapse file tree
src/main/java/info/unterrainer/commons Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >info.unterrainer.commons</groupId >
77 <artifactId >parent-pom</artifactId >
8- <version >0.1.1 </version >
8+ <version >0.1.3 </version >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
1212 <artifactId >rdb-utils</artifactId >
13- <version >0.1.4 </version >
13+ <version >0.1.6 </version >
1414 <name >RdbUtils</name >
1515 <packaging >jar</packaging >
1616
17+ <properties >
18+ <name >RDB-Utils</name >
19+ <package-path >info/unterrainer/commons/rdbutils</package-path >
20+ <packg-string >info.unterrainer.commons.rdbutils</packg-string >
21+ </properties >
22+
1723 <dependencies >
1824 <dependency >
1925 <groupId >info.unterrainer.commons</groupId >
2026 <artifactId >jre-utils</artifactId >
21- <version >0.1.4 </version >
27+ <version >0.1.7 </version >
2228 </dependency >
2329 <dependency >
2430 <groupId >javax.persistence</groupId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ package info .unterrainer .commons .rdbutils ;
2+
3+ public class Information {
4+ public static final String name = "RDB-Utils" ;
5+ public static final String buildTime = "2021-03-10T08:32:23Z" ;
6+ public static final String pomVersion = "0.1.6" ;
7+ }
You can’t perform that action at this time.
0 commit comments