From 72408ed3e6b943e9fa94b2ca02773c0241d1e758 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 4 Aug 2025 14:53:53 +0200 Subject: [PATCH] fix: migrate Maven OSS repository to Central Portal --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4fa5111b..0f322990 100644 --- a/pom.xml +++ b/pom.xml @@ -52,11 +52,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ @@ -163,7 +163,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/ true 15