diff --git a/.circleci/settings.xml b/.circleci/settings.xml index 1dc70c9..7732273 100644 --- a/.circleci/settings.xml +++ b/.circleci/settings.xml @@ -16,7 +16,7 @@ - ossrh + central true @@ -29,7 +29,7 @@ - ossrh + central ${env.SONATYPE_USER} ${env.SONATYPE_PASS} diff --git a/pom.xml b/pom.xml index b413255..331c32b 100644 --- a/pom.xml +++ b/pom.xml @@ -132,14 +132,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + central + true @@ -361,12 +360,12 @@ - ossrh - https://oss.sonatype.org/content/repositories/snapshots + central + https://central.sonatype.com/repository/maven-snapshots/ - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + central + https://central.sonatype.com/repository/maven-releases/