Skip to content

Commit

Permalink
Fix ossrh release repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksw committed Aug 7, 2023
1 parent 6621651 commit 1834277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 1834277

Please sign in to comment.