From 1c49df745f0c64e38fc73d2b18364f44a982d623 Mon Sep 17 00:00:00 2001 From: kaiyaok2 Date: Sun, 22 Mar 2026 23:49:03 -0700 Subject: [PATCH 1/2] support new Maven releasing pipeline --- nondex-annotations/pom.xml | 1 + pom.xml | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/nondex-annotations/pom.xml b/nondex-annotations/pom.xml index 7ae4d4f3..35eb15cf 100644 --- a/nondex-annotations/pom.xml +++ b/nondex-annotations/pom.xml @@ -8,6 +8,7 @@ 4.0.0 nondex-annotations + NonDex Annotations diff --git a/pom.xml b/pom.xml index 0cf2fe9e..69032123 100644 --- a/pom.xml +++ b/pom.xml @@ -147,14 +147,12 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 true - ossrh - https://oss.sonatype.org/ - true + central From 871b3bc9fb8659608f7f50a4f984133114688867 Mon Sep 17 00:00:00 2001 From: Kaiyao Ke <47203510+kaiyaok2@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:58:33 -0700 Subject: [PATCH 2/2] Fix indentation in pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69032123..388f86d8 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ 0.9.0 true - central + central