Skip to content

Commit a3ddd37

Browse files
authored
build: switch all clients to use the google endpoint on sonatype (#1389)
1 parent 38dc3f6 commit a3ddd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<extensions>true</extensions>
272272
<configuration>
273273
<serverId>ossrh</serverId>
274-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
274+
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
275275
<autoReleaseAfterClose>${deploy.autorelease}</autoReleaseAfterClose>
276276
</configuration>
277277
</plugin>

0 commit comments

Comments
 (0)