Skip to content

Commit

Permalink
Fix distribution management config
Browse files Browse the repository at this point in the history
  • Loading branch information
oranheim committed Sep 30, 2024
1 parent 2f45502 commit 70fba4e
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 @@ -50,8 +50,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 70fba4e

Please sign in to comment.