File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 3636 <distributionManagement >
3737 <snapshotRepository >
3838 <id >sonatype-nexus-snapshots</id >
39- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
39+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
4040 </snapshotRepository >
4141 <repository >
4242 <id >sonatype-nexus-staging</id >
43- <url >https://s01.oss. sonatype.org/service/local/staging/deploy/maven2/ </url >
43+ <url >https://central. sonatype.com </url >
4444 </repository >
4545 </distributionManagement >
46+ <scm >
47+ <connection >scm:git:git://github.com/aliyun/aliyun-tablestore-java-sdk.git</connection >
48+ <
developerConnection >scm:git:
[email protected] :aliyun/aliyun-tablestore-java-sdk.git</
developerConnection >
49+ <url >https://github.com/aliyun/aliyun-tablestore-java-sdk</url >
50+ </scm >
4651 <build >
4752 <plugins >
4853 <plugin >
49- <groupId >org.sonatype.plugins </groupId >
50- <artifactId >nexus-staging -maven-plugin</artifactId >
51- <version >1.6.3 </version >
54+ <groupId >org.sonatype.central </groupId >
55+ <artifactId >central-publishing -maven-plugin</artifactId >
56+ <version >0.8.0 </version >
5257 <extensions >true</extensions >
5358 <configuration >
54- <serverId >sonatype-nexus-staging</ serverId >
55- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
56- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
59+ <publishingServerId >central</ publishingServerId >
60+ <autoPublish >true</ autoPublish >
61+ <waitUntil >published</ waitUntil >
5762 </configuration >
5863 </plugin >
5964 <plugin >
You can’t perform that action at this time.
0 commit comments