From 3f04df7aad1b8dd03a5664bbac2a0b1019567d73 Mon Sep 17 00:00:00 2001 From: Javier Aliaga Date: Wed, 16 Jul 2025 10:09:26 +0200 Subject: [PATCH] chore: Replace ossrh url (#1454) Signed-off-by: Javier Aliaga Signed-off-by: sirivarma --- .github/workflows/build.yml | 1 + pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75b87cdc9..29484a790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,3 +191,4 @@ jobs: export GPG_TTY=$(tty) gpg --batch --import private-key.gpg ./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy + curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr diff --git a/pom.xml b/pom.xml index c10fc9e26..8a6cb4454 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots localDocsDirectory @@ -432,7 +432,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true