Skip to content

Commit

Permalink
Try changing to oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Sep 17, 2024
1 parent cc65b21 commit 1ac32e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<repository>
<name>Maven Central Snapshots</name>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>

Expand Down Expand Up @@ -253,11 +253,11 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
Expand All @@ -277,7 +277,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!--autoReleaseAfterClose>true</autoReleaseAfterClose-->
</configuration>
</plugin>
Expand Down

0 comments on commit 1ac32e6

Please sign in to comment.