Skip to content

Commit 54d3bf4

Browse files
committed
Update Sonatype endpoints.
Closes #1401
1 parent 61c1455 commit 54d3bf4

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
@@ -216,7 +216,7 @@
216216
<extensions>true</extensions>
217217
<configuration>
218218
<serverId>sonatype</serverId>
219-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
219+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
220220
<autoReleaseAfterClose>false</autoReleaseAfterClose>
221221
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
222222
</configuration>
@@ -244,7 +244,7 @@
244244
<distributionManagement>
245245
<repository>
246246
<id>sonatype</id>
247-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
247+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
248248
</repository>
249249
</distributionManagement>
250250

0 commit comments

Comments
 (0)