From dbf6725a126897631b36bca2e9a447744a994a12 Mon Sep 17 00:00:00 2001 From: Aastvik Goel Date: Wed, 21 May 2025 16:02:56 +0530 Subject: [PATCH 1/3] changes to support release on central publishing portal --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 91f70ccb..667fbde6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ 4.0.0 - + net.authorize anet-java-sdk jar @@ -202,6 +202,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + maven-dependency-plugin @@ -237,4 +250,42 @@ + + + release + + false + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + required + false + sonatype-nexus-staging + + + + + + + From 886f564546b9a529b69a7aec0a87ff3cedf84099 Mon Sep 17 00:00:00 2001 From: Aastvik Goel Date: Tue, 27 May 2025 11:05:14 +0530 Subject: [PATCH 2/3] changing publishingServerId to not clash with other serverId --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 667fbde6..1eb2c087 100644 --- a/pom.xml +++ b/pom.xml @@ -280,7 +280,7 @@ required false - sonatype-nexus-staging + sonatype-nexus-staging-anet From 1c446531e0d00bcfe06645d27d145ef9be8e0d08 Mon Sep 17 00:00:00 2001 From: Aastvik Goel Date: Tue, 27 May 2025 14:49:58 +0530 Subject: [PATCH 3/3] removed commented out code --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1eb2c087..ab221ce6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,6 @@ 4.0.0 - net.authorize anet-java-sdk jar