File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 88 <artifactId >java-utils</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010
11+ <packaging >jar</packaging >
12+
1113 <name >java-utils</name >
14+ <description >A collection of tool classes.</description >
15+ <url >https://github.com/LamGC/java-utils</url >
16+
1217
1318 <developers >
1419 <developer >
1520 <name >LamGC</name >
16211722 <timezone >+8</timezone >
23+ <roles >
24+ <role >Project Manager</role >
25+ <role >Major contributors</role >
26+ </roles >
1827 </developer >
1928 </developers >
2029
30+ <scm >
31+ <connection >https://github.com/LamGC/java-utils.git</connection >
32+ <developerConnection >https://github.com/LamGC/java-utils.git</developerConnection >
33+ <url >https://github.com/LamGC/java-utils</url >
34+ </scm >
35+
36+ <licenses >
37+ <license >
38+ <name >Apache 2</name >
39+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
40+ <distribution >repo</distribution >
41+ </license >
42+ </licenses >
43+
2144 <properties >
2245 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2346 <maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments