diff --git a/.circleci/settings-snapshots.xml b/.circleci/settings-snapshots.xml index c3a3e084a..407e34679 100644 --- a/.circleci/settings-snapshots.xml +++ b/.circleci/settings-snapshots.xml @@ -13,7 +13,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ default false diff --git a/.circleci/settings.xml b/.circleci/settings.xml index 90a232264..a0c499c6e 100644 --- a/.circleci/settings.xml +++ b/.circleci/settings.xml @@ -18,7 +18,7 @@ sonatype-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ default true diff --git a/pom.xml b/pom.xml index a1cb671ae..5f1d5a38e 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ @@ -226,7 +226,7 @@ true sonatype-nexus-staging - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/ true 20