Skip to content

Commit ceb70bf

Browse files
Merge pull request #1563 from data-integrations/cherrypick/release/0.23/ossrh-migration
[Cherrypick] OSSRH migration changes for release/0.23(6.10)
2 parents f94298e + bdb7985 commit ceb70bf

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>
@@ -1119,7 +1119,7 @@
11191119
<version>1.6.2</version>
11201120
<extensions>true</extensions>
11211121
<configuration>
1122-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
1122+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
11231123
<serverId>sonatype.release</serverId>
11241124
</configuration>
11251125
</plugin>

0 commit comments

Comments
 (0)