Skip to content

Commit

Permalink
mavencentral: update repo hostname
Browse files Browse the repository at this point in the history
as of feb '21, new mavencentral projects are located on
s01.oss.sonatype.org instead of oss.sonatype.org
  • Loading branch information
wirew0rm committed Aug 26, 2022
1 parent cf6c641 commit ef5ee2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand All @@ -416,7 +416,7 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit ef5ee2e

Please sign in to comment.