From 3b9bebd737772dcf9a2747004d5aa1b5b896c850 Mon Sep 17 00:00:00 2001 From: Diego Dupin Date: Fri, 27 Jun 2025 18:03:32 +0200 Subject: [PATCH] [misc] change maven oss to central since oss is now deprecated --- pom.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index baaa1070a..276f61f5d 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ @@ -150,9 +150,9 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true @@ -160,10 +160,9 @@ - ossrh - https://oss.sonatype.org/ - false - 15 + ossrh + true + published