Skip to content

Commit 95ea011

Browse files
committed
build(ci): update distributionManagement in pom.xml
1 parent 67e67a2 commit 95ea011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,12 @@
367367

368368
<distributionManagement>
369369
<snapshotRepository>
370-
<id>sonatype-nexus-snapshots</id>
371-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
370+
<id>ossrh</id>
371+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
372372
</snapshotRepository>
373373
<repository>
374-
<id>sonatype-nexus-staging</id>
375-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
374+
<id>ossrh</id>
375+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
376376
</repository>
377377
</distributionManagement>
378378
</project>

0 commit comments

Comments
 (0)