From 658f005433e26532124e3aa2126a6d6876a74888 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 3 Oct 2024 18:57:22 +0200 Subject: [PATCH] build: migrate maven central deployment to publishing api --- pom.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 9d10e13..03873d4 100644 --- a/pom.xml +++ b/pom.xml @@ -255,6 +255,9 @@ makeBom + + false + @@ -358,17 +361,20 @@ - sonatype - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - + central + + + + org.sonatype.central + central-publishing-maven-plugin + 0.6.0 + true + + central + + + +