From b372c48e6a6e9b77ea4310214eab5d0d92414953 Mon Sep 17 00:00:00 2001 From: Edoardo Comar Date: Thu, 7 May 2026 13:14:38 +0100 Subject: [PATCH] chore: update sonatype publishing plugin based on https://ralph.blog.imixs.com/2025/07/07/maven-sonatype-central-repository/ and https://central.sonatype.org/publish/publish-portal-maven/#publishing-by-using-the-maven-plugin Signed-off-by: Edoardo Comar --- pom.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index f6ea71c..4e58b37 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 3.5.5 0.8.14 3.1.4 - 1.7.0 + 0.9.0 3.2.8 3.4.0 3.6.2 @@ -84,7 +84,7 @@ modules/adminrest - + modules/schemaregistry modules/oauth-client @@ -237,8 +237,8 @@ org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-plugin-version} + central-publishing-maven-plugin + ${central-publishing-maven-plugin} org.apache.maven.plugins @@ -508,9 +508,9 @@ - + ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://central.sonatype.com @@ -518,13 +518,11 @@ org.sonatype.plugins - nexus-staging-maven-plugin + central-publishing-maven-plugin true - ossrh - https://oss.sonatype.org/ - true - true + ossrh + true