File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 2121 <distributionManagement >
2222 <snapshotRepository >
2323 <id >ossrh</id >
24- <url >https://s01.oss. sonatype.org /content/repositories/snapshots</url >
24+ <url >https://central. sonatype.com /content/repositories/snapshots</url >
2525 </snapshotRepository >
2626 <repository >
2727 <id >ossrh</id >
28- <url >https://s01.oss. sonatype.org /service/local/staging/deploy/maven2/</url >
28+ <url >https://central. sonatype.com /service/local/staging/deploy/maven2/</url >
2929 </repository >
3030 </distributionManagement >
3131
178178 </plugin >
179179
180180 <plugin >
181- <groupId >org.sonatype.plugins </groupId >
182- <artifactId >nexus-staging -maven-plugin</artifactId >
183- <version >1 .7.0</version >
181+ <groupId >org.sonatype.central </groupId >
182+ <artifactId >central-publishing -maven-plugin</artifactId >
183+ <version >0 .7.0</version >
184184 </plugin >
185185
186186 </plugins >
443443 </executions >
444444 </plugin >
445445
446- <!-- nexus-staging (Sonatype) -->
446+ <!-- Maven Central (Sonatype) publishing https://central.sonatype.com -->
447447 <plugin >
448- <groupId >org.sonatype.plugins </groupId >
449- <artifactId >nexus-staging -maven-plugin</artifactId >
448+ <groupId >org.sonatype.central </groupId >
449+ <artifactId >central-publishing -maven-plugin</artifactId >
450450 <extensions >true</extensions >
451451 <configuration >
452452 <serverId >ossrh</serverId >
453- <nexusUrl >https://s01.oss.sonatype.org</nexusUrl >
454- <autoReleaseAfterClose >${env.AUTO_RELEASE_AFTER_CLOSE} </autoReleaseAfterClose >
453+ <autoPublish >${env.AUTO_RELEASE_AFTER_CLOSE} </autoPublish >
455454 </configuration >
456455 </plugin >
457456
You can’t perform that action at this time.
0 commit comments