Skip to content

Commit a02217e

Browse files
committed
Change to legacy host
1 parent 18f4b24 commit a02217e

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
@@ -283,7 +283,7 @@
283283
<extensions>true</extensions>
284284
<configuration>
285285
<serverId>ossrh</serverId>
286-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
286+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
287287
<autoReleaseAfterClose>true</autoReleaseAfterClose>
288288
</configuration>
289289
</plugin>
@@ -365,7 +365,7 @@
365365
<distributionManagement>
366366
<snapshotRepository>
367367
<id>ossrh</id>
368-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
368+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
369369
</snapshotRepository>
370370
</distributionManagement>
371371
<scm>

0 commit comments

Comments
 (0)