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 a159db2 commit b8ecf42Copy full SHA for b8ecf42
pom.xml
@@ -70,7 +70,7 @@
70
<distributionManagement>
71
<snapshotRepository>
72
<id>ossrh</id>
73
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
74
</snapshotRepository>
75
<site>
76
<id>localDocsDirectory</id>
@@ -432,7 +432,7 @@
432
<extensions>true</extensions>
433
<configuration>
434
<serverId>ossrh</serverId>
435
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
436
<autoReleaseAfterClose>true</autoReleaseAfterClose>
437
</configuration>
438
</plugin>
0 commit comments