Skip to content

Commit 0c17580

Browse files
committed
ci: Fix OSSRH URLs
1 parent 9791d0f commit 0c17580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,11 +588,11 @@
588588
<distributionManagement>
589589
<snapshotRepository>
590590
<id>ossrh</id>
591-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
591+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
592592
</snapshotRepository>
593593
<repository>
594594
<id>ossrh</id>
595-
<url>https://ossrh-staging-api.central.sonatype.com/service/local/</url>
595+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2</url>
596596
</repository>
597597
<site>
598598
<id>github</id>

0 commit comments

Comments
 (0)