From 6c686f78449cf45321d4a2129f0a829cbfeed765 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 30 Jan 2026 02:59:42 +0900 Subject: [PATCH 1/2] Switch to central-publishing-maven-plugin for Sonatype OSSRH EOL migration --- pom.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 8e26ff09..da930813 100644 --- a/pom.xml +++ b/pom.xml @@ -464,18 +464,17 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + + org.sonatype.central + central-publishing-maven-plugin + 0.4.0 true - ossrh - https://oss.sonatype.org/ - true + central + true - + org.apache.maven.wagon From 8f1034bc8c19d6521e6b16c1304a60b79665c5ce Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 30 Jan 2026 03:01:27 +0900 Subject: [PATCH 2/2] Remove unused wagon-webdav extension (not needed for central-publishing-maven-plugin) --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index da930813..e7ec9d4b 100644 --- a/pom.xml +++ b/pom.xml @@ -475,13 +475,6 @@ - - - org.apache.maven.wagon - wagon-webdav - 1.0-beta-2 - -