Skip to content

Commit fb21485

Browse files
Update publishing URLs (#2962)
* Update publishing URLs * Update pom.xml
1 parent 90eb4f7 commit fb21485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
<id>nexus</id>
7777
<!-- Use the localhost endpoint for testing -->
7878
<!-- <url>http://localhost:8081/repository/maven-snapshots/</url> -->
79-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
79+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
8080
</snapshotRepository>
8181
<repository>
8282
<id>nexus</id>
8383
<!-- Use the localhost endpoint for testing -->
8484
<!-- <url>http://localhost:8081/repository/maven-releases/</url> -->
85-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
85+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/</url>
8686
</repository>
8787
</distributionManagement>
8888

@@ -97,7 +97,7 @@
9797
<serverId>nexus</serverId>
9898
<!-- Use the localhost endpoint for testing -->
9999
<!-- <nexusUrl>http://localhost:8081/repository/maven-releases/</nexusUrl> -->
100-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
100+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/service/local/</nexusUrl>
101101
<autoReleaseAfterClose>false</autoReleaseAfterClose>
102102
</configuration>
103103
</plugin>

0 commit comments

Comments
 (0)