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 a60fc13 commit 16919e4Copy full SHA for 16919e4
pom.xml
@@ -225,7 +225,7 @@
225
<repository>
226
<id>ossrh</id>
227
<name>Maven Central</name>
228
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
229
</repository>
230
</distributionManagement>
231
<build>
@@ -237,7 +237,7 @@
237
<extensions>true</extensions>
238
<configuration>
239
<serverId>ossrh</serverId>
240
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
241
<autoReleaseAfterClose>true</autoReleaseAfterClose>
242
</configuration>
243
</plugin>
0 commit comments