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 29cbe60 commit 85c999aCopy full SHA for 85c999a
pom.xml
@@ -225,7 +225,7 @@
225
<extensions>true</extensions>
226
<configuration>
227
<serverId>sonatype</serverId>
228
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
229
<autoReleaseAfterClose>false</autoReleaseAfterClose>
230
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
231
</configuration>
@@ -253,7 +253,7 @@
253
<distributionManagement>
254
<repository>
255
<id>sonatype</id>
256
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
257
</repository>
258
</distributionManagement>
259
0 commit comments