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 61c1455 commit 54d3bf4Copy full SHA for 54d3bf4
pom.xml
@@ -216,7 +216,7 @@
216
<extensions>true</extensions>
217
<configuration>
218
<serverId>sonatype</serverId>
219
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
220
<autoReleaseAfterClose>false</autoReleaseAfterClose>
221
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
222
</configuration>
@@ -244,7 +244,7 @@
244
<distributionManagement>
245
<repository>
246
<id>sonatype</id>
247
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
248
</repository>
249
</distributionManagement>
250
0 commit comments