We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e67a2 commit 95ea011Copy full SHA for 95ea011
pom.xml
@@ -367,12 +367,12 @@
367
368
<distributionManagement>
369
<snapshotRepository>
370
- <id>sonatype-nexus-snapshots</id>
371
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <id>ossrh</id>
+ <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
372
</snapshotRepository>
373
<repository>
374
- <id>sonatype-nexus-staging</id>
375
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
376
</repository>
377
</distributionManagement>
378
</project>
0 commit comments