Skip to content

Commit 4ba0244

Browse files
committed
Snapshot repo update
1 parent e79e93b commit 4ba0244

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
@@ -100,7 +100,7 @@
100100
<extensions>true</extensions>
101101
<configuration>
102102
<serverId>ossrh</serverId>
103-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
103+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
104104
<autoReleaseAfterClose>true</autoReleaseAfterClose>
105105
</configuration>
106106
</plugin>
@@ -202,11 +202,11 @@
202202
<distributionManagement>
203203
<snapshotRepository>
204204
<id>ossrh</id>
205-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
205+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
206206
</snapshotRepository>
207207
<repository>
208208
<id>ossrh</id>
209-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
209+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
210210
</repository>
211211
</distributionManagement>
212212
</project>

0 commit comments

Comments
 (0)