Skip to content

Commit 376e651

Browse files
committed
Migrate to new OSS host
1 parent f986820 commit 376e651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<distributionManagement>
6161
<snapshotRepository>
6262
<id>ossrh</id>
63-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
63+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
6464
</snapshotRepository>
6565
<repository>
6666
<id>ossrh</id>
67-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
67+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
6868
</repository>
6969
</distributionManagement>
7070

@@ -301,7 +301,7 @@
301301
<extensions>true</extensions>
302302
<configuration>
303303
<serverId>ossrh</serverId>
304-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
304+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
305305
<autoReleaseAfterClose>true</autoReleaseAfterClose>
306306
</configuration>
307307
</plugin>

0 commit comments

Comments
 (0)