Skip to content

Commit 3f16eb1

Browse files
attempt to fix OSSRH distribution urls
1 parent af0837a commit 3f16eb1

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
@@ -395,7 +395,7 @@
395395
<repository>
396396
<id>ossrh</id>
397397
<name>Maven Central</name>
398-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
398+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
399399
</repository>
400400
</distributionManagement>
401401
<build>
@@ -407,7 +407,7 @@
407407
<extensions>true</extensions>
408408
<configuration>
409409
<serverId>ossrh</serverId>
410-
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
410+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
411411
<autoReleaseAfterClose>true</autoReleaseAfterClose>
412412
</configuration>
413413
</plugin>

0 commit comments

Comments
 (0)