Skip to content

Commit f73d57e

Browse files
chore: Replace ossrh url (#1454)
Signed-off-by: Javier Aliaga <[email protected]>
1 parent 6a6957a commit f73d57e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,4 @@ jobs:
191191
export GPG_TTY=$(tty)
192192
gpg --batch --import private-key.gpg
193193
./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy
194+
curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<distributionManagement>
7171
<snapshotRepository>
7272
<id>ossrh</id>
73-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
73+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
7474
</snapshotRepository>
7575
<site>
7676
<id>localDocsDirectory</id>
@@ -432,7 +432,7 @@
432432
<extensions>true</extensions>
433433
<configuration>
434434
<serverId>ossrh</serverId>
435-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
435+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
436436
<autoReleaseAfterClose>true</autoReleaseAfterClose>
437437
</configuration>
438438
</plugin>

0 commit comments

Comments
 (0)