Skip to content

Commit

Permalink
build: switch all clients to use the google endpoint on sonatype (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored May 27, 2021
1 parent 38dc3f6 commit a3ddd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>${deploy.autorelease}</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit a3ddd37

Please sign in to comment.