Skip to content

Commit c4fb068

Browse files
javier-aliagasiri-varma
authored andcommitted
chore: Replace ossrh url (dapr#1454) (dapr#1455)
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: siri-varma <siri.varma@outlook.com>
1 parent f416d3d commit c4fb068

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)