Skip to content

Commit

Permalink
Change pom distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
oranheim committed Sep 27, 2024
1 parent 2d8fe57 commit 30fd865
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencies>
Expand Down

0 comments on commit 30fd865

Please sign in to comment.