From 80b80657d4f6fcfdb7f78f720440119ab51f9742 Mon Sep 17 00:00:00 2001 From: Caroline6312 Date: Wed, 21 May 2025 12:07:33 -0700 Subject: [PATCH 1/4] Migrate maven upload from via Legacy OSSRH to Central Publisher Portal --- pom.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index c10b9b8..e3c121f 100644 --- a/pom.xml +++ b/pom.xml @@ -123,17 +123,6 @@ UTF-8 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://s01.oss.sonatype.org/ - false - - org.apache.maven.plugins maven-javadoc-plugin @@ -202,12 +191,19 @@ - maven-surefire-plugin 3.3.1 - + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + central + + From 79d8fa301f37acd2f69015385335fbdc9737d502 Mon Sep 17 00:00:00 2001 From: Caroline6312 Date: Wed, 21 May 2025 12:25:35 -0700 Subject: [PATCH 2/4] Update maven publishing -SNAPSHOT Releases --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e3c121f..071a0e0 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots + central + https://central.sonatype.com/repository/maven-snapshots/ From c22be360046e940fd30234bd49c41c4ff29bd21a Mon Sep 17 00:00:00 2001 From: Release Workflow Date: Mon, 9 Jun 2025 20:16:22 +0000 Subject: [PATCH 3/4] [CI Pipeline] Released Snapshot version: 4.6.1-alpha-16-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 071a0e0..9b8ef32 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-client - 4.6.0 + 4.6.1-alpha-16-SNAPSHOT ${project.groupId}:${project.artifactId} UID2 Client From 4b316bc525af72171d09a1395ccfb10ff5a0215a Mon Sep 17 00:00:00 2001 From: Caroline6312 Date: Mon, 9 Jun 2025 15:16:49 -0700 Subject: [PATCH 4/4] Remove snapshot version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b8ef32..071a0e0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.uid2 uid2-client - 4.6.1-alpha-16-SNAPSHOT + 4.6.0 ${project.groupId}:${project.artifactId} UID2 Client