Skip to content

Commit 5171b50

Browse files
committed
Added changes for OSSRH sonatype migration to central
1 parent d809d64 commit 5171b50

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

json-rules-benchmarks/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<artifactId>json-rules-benchmarks</artifactId>
1212
<packaging>jar</packaging>
13+
<name>JSON Rule Benchamarks Module</name>
1314

1415
<dependencies>
1516
<dependency>

json-rules-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>json-rules-core</artifactId>
1212
<packaging>jar</packaging>
13-
13+
<name>JSON Rules Core</name>
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.mockito</groupId>
@@ -20,4 +20,4 @@
2020
</dependency>
2121
</dependencies>
2222

23-
</project>
23+
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<distributionManagement>
5656
<snapshotRepository>
5757
<id>ossrh</id>
58-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
58+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
5959
</snapshotRepository>
6060
<repository>
6161
<id>ossrh</id>
62-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
62+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
6363
</repository>
6464
</distributionManagement>
6565

@@ -201,7 +201,7 @@
201201
<extensions>true</extensions>
202202
<configuration>
203203
<serverId>ossrh</serverId>
204-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
204+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
205205
<autoReleaseAfterClose>true</autoReleaseAfterClose>
206206
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
207207
</configuration>

0 commit comments

Comments
 (0)