Skip to content

Commit 4cfb4dc

Browse files
committed
Use new sonatype server
xdev-software/github#5
1 parent 85dfdc9 commit 4cfb4dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

standard-maven-template/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
<distributionManagement>
7777
<snapshotRepository>
7878
<id>ossrh</id>
79-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
79+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
8080
</snapshotRepository>
8181
<repository>
8282
<id>ossrh</id>
83-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
83+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
8484
</repository>
8585
</distributionManagement>
8686

@@ -195,7 +195,7 @@
195195
<extensions>true</extensions>
196196
<configuration>
197197
<serverId>ossrh</serverId>
198-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
198+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
199199
<!-- Sometimes OSSRH is really slow -->
200200
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
201201
<autoReleaseAfterClose>true</autoReleaseAfterClose>

0 commit comments

Comments
 (0)