From e706c7fe968afab17ee50f921ab7937face74b2e Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Fri, 13 Jun 2025 13:28:32 +0200 Subject: [PATCH] Migration from OSSRH to Central Publisher --- pom.xml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 0f0ff97..cba19c8 100644 --- a/pom.xml +++ b/pom.xml @@ -112,14 +112,12 @@ org.sonatype.plugins - nexus-staging-maven-plugin + central-publishing-maven-plugin true - ossrh - https://oss.sonatype.org/ - true + central - + org.apache.maven.plugins maven-gpg-plugin @@ -135,7 +133,7 @@ - + @@ -219,8 +217,8 @@ org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 + central-publishing-maven-plugin + 0.7.0 @@ -228,12 +226,15 @@ - ossrh - https://oss.sonatype.org/content/repositories/snapshots + central + Sonatype Central Snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ -