File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 distribution : " temurin"
1818 java-version : " 8"
19- server-id : ossrh
19+ server-id : central
2020 server-username : OSSRH_USERNAME
2121 server-password : OSSRH_PASSWORD
2222 gpg-private-key : ${{ secrets.OSSRH_GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2222
2323 <distributionManagement >
2424 <snapshotRepository >
25- <id >ossrh </id >
26- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
25+ <id >central </id >
26+ <url >https://central .sonatype.com/repository/maven- snapshots/ </url >
2727 </snapshotRepository >
28- <repository >
29- <id >ossrh</id >
30- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
31- </repository >
3228 </distributionManagement >
3329
3430 <prerequisites >
483479 </executions >
484480 </plugin >
485481 <plugin >
486- <groupId >org.sonatype.plugins </groupId >
487- <artifactId >nexus-staging -maven-plugin</artifactId >
488- <version >1.6.8 </version >
482+ <groupId >org.sonatype.central </groupId >
483+ <artifactId >central-publishing -maven-plugin</artifactId >
484+ <version >0.7.0 </version >
489485 <extensions >true</extensions >
490486 <configuration >
491- <serverId >ossrh</ serverId >
492- <nexusUrl >https://oss.sonatype.org</ nexusUrl >
493- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
487+ <publishingServerId >central</ publishingServerId >
488+ <autoPublish >true</ autoPublish >
489+ <waitUntil >published</ waitUntil >
494490 </configuration >
495491 </plugin >
496492 </plugins >
You can’t perform that action at this time.
0 commit comments