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 18f4b24 commit a02217eCopy full SHA for a02217e
pom.xml
@@ -283,7 +283,7 @@
283
<extensions>true</extensions>
284
<configuration>
285
<serverId>ossrh</serverId>
286
- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
+ <nexusUrl>https://oss.sonatype.org/</nexusUrl>
287
<autoReleaseAfterClose>true</autoReleaseAfterClose>
288
</configuration>
289
</plugin>
@@ -365,7 +365,7 @@
365
<distributionManagement>
366
<snapshotRepository>
367
<id>ossrh</id>
368
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
369
</snapshotRepository>
370
</distributionManagement>
371
<scm>
0 commit comments