Skip to content

Commit 85c999a

Browse files
committed
Update Sonatype endpoints.
Closes #1401
1 parent 29cbe60 commit 85c999a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<extensions>true</extensions>
226226
<configuration>
227227
<serverId>sonatype</serverId>
228-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
228+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
229229
<autoReleaseAfterClose>false</autoReleaseAfterClose>
230230
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
231231
</configuration>
@@ -253,7 +253,7 @@
253253
<distributionManagement>
254254
<repository>
255255
<id>sonatype</id>
256-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
256+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
257257
</repository>
258258
</distributionManagement>
259259

0 commit comments

Comments
 (0)