diff --git a/.mvn/local-settings.xml b/.mvn/local-settings.xml index 84b37cf..07a451e 100644 --- a/.mvn/local-settings.xml +++ b/.mvn/local-settings.xml @@ -6,7 +6,7 @@ - ossrh + central ${env.OSSRH_USERNAME} ${env.OSSRH_PASSWORD} diff --git a/pom.xml b/pom.xml index af90018..ada9def 100644 --- a/pom.xml +++ b/pom.xml @@ -48,13 +48,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central + ${version} @@ -229,9 +229,5 @@ ossrh https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots -