From 30f62795eb75e43aaf348576b872bf52e96e1f5b Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 3 Oct 2024 18:31:58 +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 d9003c9..dd5184f 100644 --- a/pom.xml +++ b/pom.xml @@ -211,6 +211,9 @@ makeBom + + false + @@ -258,17 +261,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 + + + +