diff --git a/pom.xml b/pom.xml index 0f0ff97..cba19c8 100644 --- a/pom.xml +++ b/pom.xml @@ -112,14 +112,12 @@ org.sonatype.plugins - nexus-staging-maven-plugin + central-publishing-maven-plugin true - ossrh - https://oss.sonatype.org/ - true + central - + org.apache.maven.plugins maven-gpg-plugin @@ -135,7 +133,7 @@ - + @@ -219,8 +217,8 @@ org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + central-publishing-maven-plugin + 0.7.0 @@ -228,12 +226,15 @@ - ossrh - https://oss.sonatype.org/content/repositories/snapshots + central + Sonatype Central Snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ -