Skip to content

Commit b8ecf42

Browse files
committed
chore: Replace ossrh url
Signed-off-by: Javier Aliaga <javier@diagrid.io>
1 parent a159db2 commit b8ecf42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<distributionManagement>
7171
<snapshotRepository>
7272
<id>ossrh</id>
73-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
73+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
7474
</snapshotRepository>
7575
<site>
7676
<id>localDocsDirectory</id>
@@ -432,7 +432,7 @@
432432
<extensions>true</extensions>
433433
<configuration>
434434
<serverId>ossrh</serverId>
435-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
435+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
436436
<autoReleaseAfterClose>true</autoReleaseAfterClose>
437437
</configuration>
438438
</plugin>

0 commit comments

Comments
 (0)