From 1e1573c7e5c54997aef733b0a0a9fe5292bcc6cf Mon Sep 17 00:00:00 2001 From: Eugene Platonov Date: Sun, 9 Nov 2025 23:33:02 -0500 Subject: [PATCH] Switch to `central-publishing-maven-plugin` for publishing --- pom.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 3d25281..02e979d 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ under the License. central - ${nexus.url}/service/local/staging/deploy/maven2 + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2 @@ -99,8 +99,6 @@ under the License. 2.4.1 2.13 - - https://ossrh-staging-api.central.sonatype.com @@ -773,14 +771,14 @@ under the License. - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 true - ${nexus.url} - central - true + central + true + published