Skip to content

Commit

Permalink
chore: migrate to new sonatype endpoint (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Aug 26, 2021
1 parent e8231c0 commit 4d85543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google-http-client-bom/pom.xml
Expand Up @@ -37,11 +37,11 @@
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<site>
<id>github-pages-site</id>
Expand Down Expand Up @@ -121,7 +121,7 @@
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 4d85543

Please sign in to comment.