Skip to content

Commit d81488e

Browse files
committed
build(ci): fix snapshot repository
- Fix snapshot repository
1 parent 6dcfd80 commit d81488e

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
@@ -368,7 +368,7 @@
368368
<distributionManagement>
369369
<snapshotRepository>
370370
<id>ossrh</id>
371-
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
371+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
372372
</snapshotRepository>
373373
<repository>
374374
<id>ossrh</id>

0 commit comments

Comments
 (0)