From 71707d2f22d4406a85250fecf2eb25e6e239db56 Mon Sep 17 00:00:00 2001 From: Cassie Coyle Date: Wed, 30 Jul 2025 09:18:58 -0500 Subject: [PATCH] [1.14] Fix release pipeline: Migrate to Central Publisher Portal (#1473) * fix release pipeline Signed-off-by: Cassandra Coyle * fix url Signed-off-by: Cassandra Coyle * cleanup and update id=central Signed-off-by: Cassandra Coyle --------- Signed-off-by: Cassandra Coyle --- pom.xml | 29 ++++++++++------------------- settings.xml | 4 ++-- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 9a1a2d597..3c1974d09 100644 --- a/pom.xml +++ b/pom.xml @@ -46,23 +46,18 @@ 2.0 1.20.0 3.4.3 - 1.7.0 + 0.8.0 - ossrh - https://oss.sonatype.org/content/repositories/snapshots + central + https://central.sonatype.com/repository/maven-snapshots/ localDocsDirectory file:${maven.multiModuleProjectDirectory}/docs/ - - @@ -164,24 +159,20 @@ ${maven-resources-plugin.version} - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-maven-plugin.version} + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} true - ossrh - https://oss.sonatype.org/ - true + central + true + published - - org.sonatype.plugins - nexus-staging-maven-plugin - false - + org.jacoco jacoco-maven-plugin diff --git a/settings.xml b/settings.xml index cad39afb1..7a2bfd84d 100644 --- a/settings.xml +++ b/settings.xml @@ -1,5 +1,5 @@ @@ -7,7 +7,7 @@ GPG_PWD: the password to access the GPG key - ossrh + central ${env.OSSRH_USER_TOKEN} ${env.OSSRH_PWD_TOKEN}