Skip to content

Commit 5db67e2

Browse files
authored
Merge pull request #151 from data-integrations/ossrh-migration
OSSRH to central sonatype repo migration
2 parents dc550ab + 773f7a8 commit 5db67e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
<distributionManagement>
6666
<repository>
6767
<id>sonatype.release</id>
68-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
68+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2</url>
6969
</repository>
7070
<snapshotRepository>
7171
<id>sonatype.snapshots</id>
72-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
72+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
7373
</snapshotRepository>
7474
<site>
7575
<id>cdap</id>
@@ -80,7 +80,7 @@
8080
<repositories>
8181
<repository>
8282
<id>sonatype</id>
83-
<url>https://oss.sonatype.org/content/groups/public</url>
83+
<url>https://ossrh-staging-api.central.sonatype.com/content/groups/public</url>
8484
<releases>
8585
<enabled>true</enabled>
8686
</releases>
@@ -90,7 +90,7 @@
9090
</repository>
9191
<repository>
9292
<id>sonatype-snapshots</id>
93-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
93+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
9494
<releases>
9595
<enabled>false</enabled>
9696
</releases>
@@ -316,7 +316,7 @@
316316
<version>1.6.14</version>
317317
<extensions>true</extensions>
318318
<configuration>
319-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
319+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
320320
<serverId>sonatype.release</serverId>
321321
</configuration>
322322
</plugin>

0 commit comments

Comments
 (0)