From f19e4e9cbad0a3189dfeba771271039938c432c8 Mon Sep 17 00:00:00 2001 From: Adam Peck Date: Thu, 8 May 2025 14:06:41 -0600 Subject: [PATCH] Update to use new Maven Central Portal --- ci-settings.xml | 2 +- pom.xml | 23 ++++++++++------------- 2 files changed, 11 insertions(+), 14 deletions(-) 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 + +