Skip to content

Commit 4d85543

Browse files
authored
chore: migrate to new sonatype endpoint (#1433)
1 parent e8231c0 commit 4d85543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google-http-client-bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<distributionManagement>
3838
<snapshotRepository>
3939
<id>sonatype-nexus-snapshots</id>
40-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
40+
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
4141
</snapshotRepository>
4242
<repository>
4343
<id>sonatype-nexus-staging</id>
44-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
44+
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4545
</repository>
4646
<site>
4747
<id>github-pages-site</id>
@@ -121,7 +121,7 @@
121121
<extensions>true</extensions>
122122
<configuration>
123123
<serverId>sonatype-nexus-staging</serverId>
124-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
124+
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
125125
<autoReleaseAfterClose>false</autoReleaseAfterClose>
126126
</configuration>
127127
</plugin>

0 commit comments

Comments
 (0)