mirror of https://github.com/dapr/java-sdk.git
fix: Use correct snapshot url (#1530)
Signed-off-by: Javier Aliaga <javier@diagrid.io>
This commit is contained in:
parent
e25f52a13a
commit
d3a33595b3
2
pom.xml
2
pom.xml
|
|
@ -70,7 +70,7 @@
|
|||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
|
||||
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<site>
|
||||
<id>localDocsDirectory</id>
|
||||
|
|
|
|||
Loading…
Reference in New Issue