Skip to content

Commit f3cc9e6

Browse files
chore: Replace ossrh url (#1454) (#1455)
Signed-off-by: Javier Aliaga <javier@diagrid.io>
1 parent 826b88f commit f3cc9e6

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
@@ -56,7 +56,7 @@
5656
<distributionManagement>
5757
<snapshotRepository>
5858
<id>ossrh</id>
59-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
59+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
6060
</snapshotRepository>
6161
<site>
6262
<id>localDocsDirectory</id>
@@ -290,7 +290,7 @@
290290
<extensions>true</extensions>
291291
<configuration>
292292
<serverId>ossrh</serverId>
293-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
293+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
294294
<autoReleaseAfterClose>true</autoReleaseAfterClose>
295295
</configuration>
296296
</plugin>

0 commit comments

Comments
 (0)