From 41ba0192beaf4f7b7927665b88f7413992df9e2a Mon Sep 17 00:00:00 2001 From: Cassandra Coyle Date: Tue, 29 Jul 2025 14:17:22 -0500 Subject: [PATCH 1/3] fix release pipeline Signed-off-by: Cassandra Coyle --- pom.xml | 13 ++++++------- settings.xml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 9a1a2d597f..8f0ff6017b 100644 --- a/pom.xml +++ b/pom.xml @@ -52,17 +52,16 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + ossrh + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ + localDocsDirectory file:${maven.multiModuleProjectDirectory}/docs/ - - @@ -170,7 +169,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true diff --git a/settings.xml b/settings.xml index cad39afb15..13b5e2d58d 100644 --- a/settings.xml +++ b/settings.xml @@ -1,5 +1,5 @@ From da68722387859197c134144047e05e520c00b634 Mon Sep 17 00:00:00 2001 From: Cassandra Coyle Date: Tue, 29 Jul 2025 14:51:48 -0500 Subject: [PATCH 2/3] fix url Signed-off-by: Cassandra Coyle --- pom.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 8f0ff6017b..aee98a06e4 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 2.0 1.20.0 3.4.3 - 1.7.0 + 0.8.0 @@ -56,7 +56,7 @@ ossrh - https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local localDocsDirectory @@ -163,24 +163,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://ossrh-staging-api.central.sonatype.com - true + central + true + published - - org.sonatype.plugins - nexus-staging-maven-plugin - false - + org.jacoco jacoco-maven-plugin From cd1f216f22f69c2651d1f1889060b2e9d63c3ebd Mon Sep 17 00:00:00 2001 From: Cassandra Coyle Date: Tue, 29 Jul 2025 15:11:08 -0500 Subject: [PATCH 3/3] cleanup and update id=central Signed-off-by: Cassandra Coyle --- pom.xml | 6 +----- settings.xml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index aee98a06e4..3c1974d091 100644 --- a/pom.xml +++ b/pom.xml @@ -51,13 +51,9 @@ - ossrh + central https://central.sonatype.com/repository/maven-snapshots/ - - ossrh - https://ossrh-staging-api.central.sonatype.com/service/local - localDocsDirectory file:${maven.multiModuleProjectDirectory}/docs/ diff --git a/settings.xml b/settings.xml index 13b5e2d58d..7a2bfd84d1 100644 --- a/settings.xml +++ b/settings.xml @@ -7,7 +7,7 @@ GPG_PWD: the password to access the GPG key - ossrh + central ${env.OSSRH_USER_TOKEN} ${env.OSSRH_PWD_TOKEN}