Skip to content

Commit f8fb4f5

Browse files
Merge remote-tracking branch 'origin/release-3.x'
2 parents 56e51ed + fddf2e2 commit f8fb4f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@
194194
<distributionManagement>
195195
<snapshotRepository>
196196
<id>newts-ossrh</id>
197-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
197+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
198198
</snapshotRepository>
199199
<repository>
200200
<id>newts-ossrh</id>
201-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
201+
<url>https://central.sonatype.com/repository/maven-releases/</url>
202202
</repository>
203203
</distributionManagement>
204204

@@ -220,7 +220,7 @@
220220
<extensions>true</extensions>
221221
<configuration>
222222
<serverId>newts-ossrh</serverId>
223-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
223+
<nexusUrl>https://central.sonatype.com/</nexusUrl>
224224
<autoReleaseAfterClose>false</autoReleaseAfterClose>
225225
</configuration>
226226
</plugin>

0 commit comments

Comments
 (0)