From cbd2b9c283426fde5895bdfd4f75821d9893850f Mon Sep 17 00:00:00 2001 From: mkiran Date: Tue, 7 Oct 2025 09:37:12 +0530 Subject: [PATCH] Migrate from OSSRH to Maven Central Publishing --- pom.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index ce9ac8e5..fe5d7661 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ - + @@ -107,19 +107,28 @@ maven-release-plugin 2.4.1 + - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.6 + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 true - ossrh - https://oss.sonatype.org/ - false + central - +