From 12a40ce74b3318c84372969c4bf3b4f8f584ac65 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:12:28 -0700 Subject: [PATCH] fix: use new maven central urls for releasing --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a85b92e20..f8f26b3ba 100644 --- a/pom.xml +++ b/pom.xml @@ -95,11 +95,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2 + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2 @@ -262,6 +262,7 @@ + org.sonatype.plugins nexus-staging-maven-plugin @@ -269,7 +270,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true