mirror of https://github.com/dapr/java-sdk.git
fix release pipeline
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
This commit is contained in:
parent
1f7369ebc5
commit
41ba0192be
13
pom.xml
13
pom.xml
|
|
@ -52,17 +52,16 @@
|
|||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
<site>
|
||||
<id>localDocsDirectory</id>
|
||||
<url>file:${maven.multiModuleProjectDirectory}/docs/</url>
|
||||
</site>
|
||||
<!-- Use default repository -->
|
||||
<!-- <repository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository> -->
|
||||
</distributionManagement>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
@ -170,7 +169,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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
OSSRH_USER_TOKEN and OSSRH-PWD_TOKEN: The username and password tokens for your OSSRH account
|
||||
OSSRH_USER_TOKEN and OSSRH_PWD_TOKEN: The username and password tokens for your OSSRH account
|
||||
GPG_KEY: the name of the GPG key file to use for signing e.g. F784FAB8
|
||||
GPG_PWD: the password to access the GPG key
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue