Skip to content

Commit 531a6f4

Browse files
committed
fix: Use correct snapshot url (dapr#1530)
Signed-off-by: Javier Aliaga <[email protected]>
1 parent 7062484 commit 531a6f4

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)