Skip to content

Commit 5527849

Browse files
committed
Changed sonatype url
1 parent 073103d commit 5527849

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
@@ -141,7 +141,7 @@
141141
<extensions>true</extensions>
142142
<configuration>
143143
<serverId>ossrh</serverId>
144-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
144+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
145145
<autoReleaseAfterClose>true</autoReleaseAfterClose>
146146
</configuration>
147147
</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/
209+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
210210
</url>
211211
</repository>
212212
</distributionManagement>

0 commit comments

Comments
 (0)