From fc0c8b89cfba06127f03cac359b919edbbc1be19 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 15 Jun 2026 07:19:34 +0200 Subject: [PATCH 1/2] Switch to the s01.oss.sonatype.org compatibility layer --- pom.xml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 6bdc585..251f9af 100644 --- a/pom.xml +++ b/pom.xml @@ -284,21 +284,30 @@ ossrh Central Repository OSSRH - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${version.nexus-staging-maven-plugin} + true + + ossrh + https://s01.oss.sonatype.org + true + + + + - org.sonatype.central - central-publishing-maven-plugin - 0.9.0 - true - - ossrh - true - published - + org.sonatype.plugins + nexus-staging-maven-plugin From 2e4ce1a005270853b2ae01ef91fba850abd55103 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 15 Jun 2026 07:25:06 +0200 Subject: [PATCH 2/2] Remove stray tag --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 251f9af..425af8e 100644 --- a/pom.xml +++ b/pom.xml @@ -286,7 +286,6 @@ Central Repository OSSRH https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ -