diff --git a/pom.xml b/pom.xml index c10b9b8..071a0e0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots + central + https://central.sonatype.com/repository/maven-snapshots/ @@ -123,17 +123,6 @@ UTF-8 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://s01.oss.sonatype.org/ - false - - org.apache.maven.plugins maven-javadoc-plugin @@ -202,12 +191,19 @@ - maven-surefire-plugin 3.3.1 - + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + central + +