Skip to content

Commit 6080aa1

Browse files
committed
Update sonatype server
1 parent 5f73af3 commit 6080aa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csv-validator-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@
119119
<snapshotRepository>
120120
<id>sonatype-nexus-snapshot-staging</id>
121121
<name>Nexus Snapshot Repository</name>
122-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
122+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
123123
</snapshotRepository>
124124
<repository>
125125
<id>sonatype-nexus-release-staging</id>
126126
<name>Nexus Release Repository</name>
127-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
127+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
128128
</repository>
129129
</distributionManagement>
130130
</profile>
@@ -395,7 +395,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
395395
<pluginRepositories>
396396
<pluginRepository>
397397
<id>sonatype-releases</id>
398-
<url>https://oss.sonatype.org/content/repositories/releases</url>
398+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/releases</url>
399399
</pluginRepository>
400400
<pluginRepository>
401401
<id>clojars.org</id>

0 commit comments

Comments
 (0)