diff --git a/openapi/templates/pom.mustache b/openapi/templates/pom.mustache index 938a36e..4623031 100644 --- a/openapi/templates/pom.mustache +++ b/openapi/templates/pom.mustache @@ -230,7 +230,7 @@ true ossrh - https://s01.oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/ @@ -241,11 +241,11 @@ ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ diff --git a/pom.xml b/pom.xml index 65b40cf..80bb0f1 100644 --- a/pom.xml +++ b/pom.xml @@ -230,7 +230,7 @@ true ossrh - https://s01.oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/ @@ -241,11 +241,11 @@ ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/