Skip to content

Commit

Permalink
s01.oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev authored Mar 30, 2024
1 parent 60f507c commit 9112a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
<pluginRepositories>
<pluginRepository>
<id>sonatype-public-repository</id>
<url>https://s01.sonatype.org/content/groups/public</url>
<url>https://s01.oss.sonatype.org/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -624,11 +624,11 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.sonatype.org/service/local/staging/deploy/maven2</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 9112a18

Please sign in to comment.