Skip to content

Commit 16919e4

Browse files
committed
update pom.xml
Updated OSSRH staging repo (see cryptomator/cryptomator#1910)
1 parent a60fc13 commit 16919e4

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
@@ -225,7 +225,7 @@
225225
<repository>
226226
<id>ossrh</id>
227227
<name>Maven Central</name>
228-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
228+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
229229
</repository>
230230
</distributionManagement>
231231
<build>
@@ -237,7 +237,7 @@
237237
<extensions>true</extensions>
238238
<configuration>
239239
<serverId>ossrh</serverId>
240-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
240+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
241241
<autoReleaseAfterClose>true</autoReleaseAfterClose>
242242
</configuration>
243243
</plugin>

0 commit comments

Comments
 (0)