From c4fb06870fc99f3a43dcc51a1e146b76f2646b46 Mon Sep 17 00:00:00 2001 From: Javier Aliaga Date: Wed, 16 Jul 2025 10:23:16 +0200 Subject: [PATCH] chore: Replace ossrh url (#1454) (#1455) Signed-off-by: Javier Aliaga Signed-off-by: siri-varma --- .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 5ee95452e..3f6feb65d 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 098bac8d3..afd535115 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots localDocsDirectory @@ -290,7 +290,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true