Skip to content

Commit e24b311

Browse files
Update publishing URLs
1 parent 90eb4f7 commit e24b311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)