Skip to content

Commit

Permalink
chore: migrate to google sonatype endpoint (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jul 28, 2021
1 parent ca94499 commit 8effef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-shared-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,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>
</distributionManagement>

Expand Down

0 comments on commit 8effef7

Please sign in to comment.