Skip to content

Commit a0ecd37

Browse files
committed
fix: Use correct snapshot url
Signed-off-by: Javier Aliaga <[email protected]>
1 parent e25f52a commit a0ecd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<distributionManagement>
7171
<snapshotRepository>
7272
<id>ossrh</id>
73-
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
73+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
7474
</snapshotRepository>
7575
<site>
7676
<id>localDocsDirectory</id>

0 commit comments

Comments
 (0)