mirror of https://github.com/dapr/java-sdk.git
Signed-off-by: Javier Aliaga <javier@diagrid.io> Signed-off-by: siri-varma <siri.varma@outlook.com>
This commit is contained in:
parent
01f3242cd8
commit
eabce9e13c
|
|
@ -191,3 +191,4 @@ jobs:
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
gpg --batch --import private-key.gpg
|
gpg --batch --import private-key.gpg
|
||||||
./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy
|
./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
|
|
@ -56,7 +56,7 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>ossrh</id>
|
<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>
|
</snapshotRepository>
|
||||||
<site>
|
<site>
|
||||||
<id>localDocsDirectory</id>
|
<id>localDocsDirectory</id>
|
||||||
|
|
@ -290,7 +290,7 @@
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<serverId>ossrh</serverId>
|
<serverId>ossrh</serverId>
|
||||||
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
|
||||||
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue