From 25eda073d2f0d55c6137e62dbf5ff9d7b4549b70 Mon Sep 17 00:00:00 2001 From: "Yash D. Saraf" Date: Wed, 30 Jul 2025 14:12:02 +0530 Subject: [PATCH] Move publishing from legacy to central sonatype --- pom.xml | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index f0416f9..88c1e3d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,13 +33,9 @@ - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2 + central + https://central.sonatype.com/api/v1/publisher/deployments/upload/ @@ -87,14 +83,14 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.9 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + central + true + false @@ -132,14 +128,14 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + central + true + false