Skip to content

Commit ade28bd

Browse files
fix(ci): Update Sonatype OSSRH URL to Central Portal staging API (#457)
The legacy aws.oss.sonatype.org endpoint has been shut down (OSSRH EOL June 2025). Update nexusUrl to use the Central Portal OSSRH Staging API compatibility shim at ossrh-staging-api.central.sonatype.com. Note: GitHub secrets SONATYPE_USERNAME and SONATYPE_PASSWORD must be updated with a Central Portal user token generated at https://central.sonatype.com/account
1 parent c58ab5e commit ade28bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<extensions>true</extensions>
502502
<configuration>
503503
<serverId>sonatype-nexus-staging</serverId>
504-
<nexusUrl>https://aws.oss.sonatype.org</nexusUrl>
504+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/service/local/</nexusUrl>
505505
</configuration>
506506
</plugin>
507507
</plugins>

0 commit comments

Comments
 (0)