File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4444 <distributionManagement >
4545 <snapshotRepository >
4646 <id >ossrh</id >
47- <url >https://s01.oss. sonatype.org/content/repositories/snapshots </url >
47+ <url >https://central. sonatype.com/ </url >
4848 </snapshotRepository >
4949 <repository >
5050 <id >ossrh</id >
51- <url >https://s01.oss. sonatype.org/service/local/staging/deploy/maven2 /</url >
51+ <url >https://central. sonatype.com /</url >
5252 </repository >
5353 </distributionManagement >
5454
8080 <build >
8181 <plugins >
8282 <plugin >
83- <groupId >org.sonatype.plugins </groupId >
84- <artifactId >nexus-staging -maven-plugin</artifactId >
85- <version >1 .7.0</version >
83+ <groupId >org.sonatype.central </groupId >
84+ <artifactId >central-publishing -maven-plugin</artifactId >
85+ <version >0 .7.0</version >
8686 <extensions >true</extensions >
8787 <configuration >
88- <serverId >ossrh</serverId >
89- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
90- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
88+ <publishingServerId >ossrh</publishingServerId >
89+ <autoPublish >true</ autoPublish >
90+ <waitUntil >published</ waitUntil >
9191 </configuration >
9292 </plugin >
9393 <plugin >
You can’t perform that action at this time.
0 commit comments