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 af0837a commit 3f16eb1Copy full SHA for 3f16eb1
pom.xml
@@ -395,7 +395,7 @@
395
<repository>
396
<id>ossrh</id>
397
<name>Maven Central</name>
398
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
399
</repository>
400
</distributionManagement>
401
<build>
@@ -407,7 +407,7 @@
407
<extensions>true</extensions>
408
<configuration>
409
<serverId>ossrh</serverId>
410
- <nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
+ <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
411
<autoReleaseAfterClose>true</autoReleaseAfterClose>
412
</configuration>
413
</plugin>
0 commit comments