Skip to content

Commit b0b896f

Browse files
committed
Changed to new sonatype infrastructure
1 parent fe4cba4 commit b0b896f

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
@@ -26,7 +26,7 @@
2626
</snapshotRepository>
2727
<repository>
2828
<id>ossrh</id>
29-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
29+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
3030
</repository>
3131
</distributionManagement>
3232

@@ -243,7 +243,7 @@
243243
<extensions>true</extensions>
244244
<configuration>
245245
<serverId>ossrh</serverId>
246-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
246+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
247247
<!-- deploy with the following command: mvn nexus-staging:release -->
248248
<autoReleaseAfterClose>false</autoReleaseAfterClose>
249249
</configuration>

0 commit comments

Comments
 (0)