File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747 </dependencies >
4848
49+ <licenses >
50+ <!-- Apache许可证 -->
51+ <license >
52+ <name >The Apache Software License, Version 2.0</name >
53+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
54+ </license >
55+ </licenses >
56+ <!-- SCM信息 -> git在github上托管 -->
57+ <scm >
58+ <connection >scm:git:git://github.com/gnerv/gnerv-utils.git</connection >
59+ <developerConnection >scm:git:ssh://github.com/gnerv/gnerv-utils.git</developerConnection >
60+ <url >https://github.com/gnerv/gnerv-utils/tree/master</url >
61+ </scm >
62+ <!-- 开发者信息 -->
63+ <developers >
64+ <developer >
65+ <name >Gnerv LiGen</name >
66+ <email >ligendwow@126.com</email >
67+ <url >https://github.com/gnerv</url >
68+ </developer >
69+ </developers >
70+
71+ <distributionManagement >
72+ <snapshotRepository >
73+ <id >ossrh</id >
74+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
75+ </snapshotRepository >
76+ <repository >
77+ <id >ossrh</id >
78+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
79+ </repository >
80+ </distributionManagement >
81+
4982</project >
You can’t perform that action at this time.
0 commit comments