File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 <distributionManagement >
8383 <snapshotRepository >
8484 <id >ossrh</id >
85- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
85+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
8686 </snapshotRepository >
8787
8888 <repository >
8989 <id >ossrh</id >
90- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
90+ <url >https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
9191 </repository >
9292 </distributionManagement >
9393
836836 </plugin >
837837
838838 <plugin >
839- <groupId >org.sonatype.plugins </groupId >
840- <artifactId >nexus-staging -maven-plugin</artifactId >
841- <version >1.6.8 </version >
839+ <groupId >org.sonatype.central </groupId >
840+ <artifactId >central-publishing -maven-plugin</artifactId >
841+ <version >0.8.0 </version >
842842 <extensions >true</extensions >
843843 <configuration >
844- <serverId >ossrh</serverId >
845- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
846- <autoReleaseAfterClose >true</autoReleaseAfterClose >
847- <keepStagingRepositoryOnCloseRuleFailure >true</keepStagingRepositoryOnCloseRuleFailure >
844+ <publishingServerId >central</publishingServerId >
845+ <autoPublish >true</autoPublish >
848846 </configuration >
849847 </plugin >
850848
You can’t perform that action at this time.
0 commit comments