Skip to content

Commit b4bf7a9

Browse files
Merge pull request #1562 from data-integrations/cherrypick/release/0.24/ossrh-migration
[Cherrypick] OSSRH migration changes for release/0.24(6.11)
2 parents 229638a + 0e06b3c commit b4bf7a9

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
@@ -58,11 +58,11 @@
5858
<distributionManagement>
5959
<repository>
6060
<id>sonatype.release</id>
61-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
61+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2</url>
6262
</repository>
6363
<snapshotRepository>
6464
<id>sonatype.snapshots</id>
65-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
65+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
6666
</snapshotRepository>
6767
</distributionManagement>
6868

@@ -120,7 +120,7 @@
120120
<repositories>
121121
<repository>
122122
<id>sonatype</id>
123-
<url>https://oss.sonatype.org/content/groups/public</url>
123+
<url>https://ossrh-staging-api.central.sonatype.com/content/groups/public</url>
124124
<releases>
125125
<enabled>true</enabled>
126126
</releases>
@@ -130,7 +130,7 @@
130130
</repository>
131131
<repository>
132132
<id>sonatype-snapshots</id>
133-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
133+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
134134
<releases>
135135
<enabled>false</enabled>
136136
</releases>
@@ -1171,7 +1171,7 @@
11711171
<version>1.6.2</version>
11721172
<extensions>true</extensions>
11731173
<configuration>
1174-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
1174+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
11751175
<serverId>sonatype.release</serverId>
11761176
</configuration>
11771177
</plugin>

0 commit comments

Comments
 (0)