From 91f9d7bd3983a349efe1d22978a08c2225873ef8 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 4 Jul 2025 09:42:23 -0700 Subject: [PATCH] Move central publishing plugin to . Apparently this new one doesn't want to be in ? --- pom.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 0f0cff6bb..ac0f846c0 100644 --- a/pom.xml +++ b/pom.xml @@ -104,19 +104,21 @@ maven-deploy-plugin 2.5 - - - org.sonatype.central - central-publishing-maven-plugin - 0.8.0 - true - - central - true - - + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true + + +