From f3360b4b00e385dd98c31dfdbd3e25dd7fca0c84 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Thu, 29 Jan 2026 15:22:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20change=20repository=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- pom.xml | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 75ac06f8..b72b9fb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: distribution: 'temurin' java-version: '11' cache: 'maven' - server-id: ossrh + server-id: central server-username: SONATYPE_USERNAME server-password: SONATYPE_PASSWORD gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} diff --git a/pom.xml b/pom.xml index d0ad5bea..68d0dd85 100644 --- a/pom.xml +++ b/pom.xml @@ -32,14 +32,19 @@ - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + central + Central Repository OSSRH + https://central.sonatype.com/ + + central + Central Repository OSSRG Snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + true + +