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 fe4cba4 commit b0b896fCopy full SHA for b0b896f
pom.xml
@@ -26,7 +26,7 @@
26
</snapshotRepository>
27
<repository>
28
<id>ossrh</id>
29
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
30
</repository>
31
</distributionManagement>
32
@@ -243,7 +243,7 @@
243
<extensions>true</extensions>
244
<configuration>
245
<serverId>ossrh</serverId>
246
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
247
<!-- deploy with the following command: mvn nexus-staging:release -->
248
<autoReleaseAfterClose>false</autoReleaseAfterClose>
249
</configuration>
0 commit comments