diff --git a/ci-settings.xml b/ci-settings.xml index 260f0d1..c1772f7 100644 --- a/ci-settings.xml +++ b/ci-settings.xml @@ -5,7 +5,7 @@ - ossrh + central ${env.SONATYPE_USERNAME} ${env.SONATYPE_PASSWORD} diff --git a/pom.xml b/pom.xml index 1bf083a..1713829 100644 --- a/pom.xml +++ b/pom.xml @@ -31,19 +31,6 @@ https://github.com/dampcake/bencode/issues - - - ossrh - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - - ossrh - Nexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - dampcake @@ -194,6 +181,16 @@ gh-pages + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + central + +