File tree Expand file tree Collapse file tree 1 file changed +31
-3
lines changed Expand file tree Collapse file tree 1 file changed +31
-3
lines changed Original file line number Diff line number Diff line change 88 <artifactId >opensergo-java</artifactId >
99 <version >1.0.0-SNAPSHOT</version >
1010
11- <name >example </name >
11+ <name >OpenSergo SDK for Java </name >
1212 <url >http://opensergo.io</url >
13+ <licenses >
14+ <license >
15+ <name >MIT License</name >
16+ <url >http://www.opensource.org/licenses/mit-license.php</url >
17+ <distribution >repo</distribution >
18+ </license >
19+ </licenses >
20+ <scm >
21+ <connection >scm:git:git@github.com:opensergo/opensergo-java.git</connection >
22+ <developerConnection >scm:git:git@github.com:opensergo/opensergo-java.git</developerConnection >
23+ <url >https://github.com/opensergo/opensergo-java</url >
24+ </scm >
25+ <developers >
26+ <developer >
27+ <name >luyanbo</name >
28+ <email >robert.lyb@alibaba-inc.com</email >
29+ </developer >
30+ </developers >
1331
1432 <properties >
1533 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1634 <maven .compiler.source>1.8</maven .compiler.source>
1735 <maven .compiler.target>1.8</maven .compiler.target>
36+
37+ <maven-source-plugin .version>3.2.1</maven-source-plugin .version>
38+ <maven-javadoc-plugin .version>3.1.1</maven-javadoc-plugin .version>
39+ <maven-gpg-plugin .version>3.0.1</maven-gpg-plugin .version>
1840 </properties >
1941
2042 <dependencies >
90112 </build >
91113
92114 <distributionManagement >
115+ <snapshotRepository >
116+ <id >github</id >
117+ <name >GitHub OWNER Apache Maven Packages</name >
118+ <url >https://maven.pkg.github.com/opensergo/opensergo-java</url >
119+ </snapshotRepository >
93120 <repository >
94- <id >snapshots</id >
95- <url >http://mvnrepo.alibaba-inc.com/mvn/snapshots</url >
121+ <id >sonatype-nexus-staging</id >
122+ <name >Nexus Release Repository</name >
123+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
96124 </repository >
97125 </distributionManagement >
98126</project >
You can’t perform that action at this time.
0 commit comments