mirror of https://github.com/dapr/java-sdk.git
chore: Replace ossrh url (#1454)
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: sirivarma <siri.varma@outlook.com>
This commit is contained in:
parent
8a6f839ed7
commit
3f04df7aad
|
|
@ -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
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -70,7 +70,7 @@
|
|||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
<site>
|
||||
<id>localDocsDirectory</id>
|
||||
|
|
@ -432,7 +432,7 @@
|
|||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<serverId>ossrh</serverId>
|
||||
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
||||
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
|
||||
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue