Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit 9a9984e

Browse files
authored
chore: migrate to sonatype endpoint (#203)
1 parent 5a734f7 commit 9a9984e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.0.1</version>
17+
<version>0.13.1</version>
1818
</parent>
1919

2020
<developers>
@@ -44,11 +44,11 @@
4444
<distributionManagement>
4545
<snapshotRepository>
4646
<id>sonatype-nexus-snapshots</id>
47-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
47+
<url>https://google.google.oss.sonatype.org/content/repositories/snapshots</url>
4848
</snapshotRepository>
4949
<repository>
5050
<id>sonatype-nexus-staging</id>
51-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
51+
<url>https://google.google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
5252
</repository>
5353
</distributionManagement>
5454
<licenses>

0 commit comments

Comments
 (0)