From a86cf3fb86d132ae321bdf45c2e97fd26876f267 Mon Sep 17 00:00:00 2001 From: meysam Date: Wed, 23 Jul 2025 13:54:05 +0400 Subject: [PATCH 1/2] refactor: replace nexus-staging-maven-plugin with central-publishing-maven-plugin in pom.xml --- pom.xml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 09ae48b1f..7b08ff7d8 100644 --- a/pom.xml +++ b/pom.xml @@ -204,21 +204,6 @@ - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.4 - true - - authlete - https://s01.oss.sonatype.org/ - true - - - - internal @@ -292,6 +277,16 @@ + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + + org.apache.maven.plugins maven-release-plugin From 478a7e5a0cd52ecaa90dcd8cb688ead794d6dcad Mon Sep 17 00:00:00 2001 From: meysam Date: Wed, 23 Jul 2025 14:32:56 +0400 Subject: [PATCH 2/2] fix: update publishingServerId in pom.xml to use 'authlete' --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b08ff7d8..4fe544175 100644 --- a/pom.xml +++ b/pom.xml @@ -283,7 +283,7 @@ 0.8.0 true - central + authlete