Skip to content

Commit f2396ed

Browse files
committed
Updated Maven release configs
1 parent 505b2c8 commit f2396ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
<repositories>
5353
<repository>
54-
<id>ossrh</id>
55-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
54+
<id>central-portal-snapshots</id>
55+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
5656
<releases>
5757
<enabled>false</enabled>
5858
</releases>
@@ -235,8 +235,8 @@
235235
<version>1.6.12</version>
236236
<extensions>true</extensions>
237237
<configuration>
238-
<serverId>ossrh</serverId>
239-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
238+
<serverId>ossrh-staging-api</serverId>
239+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
240240
<autoReleaseAfterClose>true</autoReleaseAfterClose>
241241
</configuration>
242242
</plugin>
@@ -390,8 +390,8 @@
390390

391391
<distributionManagement>
392392
<snapshotRepository>
393-
<id>ossrh</id>
394-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
393+
<id>central-portal-snapshots</id>
394+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
395395
</snapshotRepository>
396396
</distributionManagement>
397397

0 commit comments

Comments
 (0)