Skip to content

Commit ef5ee2e

Browse files
committed
mavencentral: update repo hostname
as of feb '21, new mavencentral projects are located on s01.oss.sonatype.org instead of oss.sonatype.org
1 parent cf6c641 commit ef5ee2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
<extensions>true</extensions>
408408
<configuration>
409409
<serverId>ossrh</serverId>
410-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
410+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
411411
<autoReleaseAfterClose>true</autoReleaseAfterClose>
412412
</configuration>
413413
</plugin>
@@ -416,7 +416,7 @@
416416
<distributionManagement>
417417
<snapshotRepository>
418418
<id>ossrh</id>
419-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
419+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
420420
</snapshotRepository>
421421
</distributionManagement>
422422
</profile>

0 commit comments

Comments
 (0)