diff --git a/.github/settings.xml b/.github/settings.xml index 4c687a0..67f2297 100644 --- a/.github/settings.xml +++ b/.github/settings.xml @@ -8,9 +8,9 @@ ${env.GPG_PASSPHRASE} - ossrh - ${env.MAVEN_USERNAME} - ${env.MAVEN_PASSWORD} + central + ${env.MAVEN_USERNAME} + ${env.MAVEN_PASSWORD} diff --git a/pom.xml b/pom.xml index 3a51e16..6a44738 100644 --- a/pom.xml +++ b/pom.xml @@ -71,14 +71,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 true - ossrh - https://oss.sonatype.org/ - true + central + true