Skip to content

Commit bcb63b9

Browse files
authored
build(pom): remove overridden URLs pointing to archived repos (#13595)
Fixes: #13551 Remove overridden <url> and <scm> tags in child POMs to inherit the correct monorepo root URL from parents. This should inherit the values from the root modules and point to the monorepo
1 parent 2d78b9d commit bcb63b9

8 files changed

Lines changed: 0 additions & 20 deletions

File tree

  • java-bigtable
  • java-firestore
  • java-logging/google-cloud-logging
  • java-pubsub/google-cloud-pubsub

java-bigtable/google-cloud-bigtable-emulator-core/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
A Java wrapper for the Cloud Bigtable emulator.
1919
</description>
2020

21-
<url>https://github.com/googleapis/java-bigtable</url>
22-
<scm>
23-
<connection>scm:git:git@github.com:googleapis/java-bigtable.git</connection>
24-
<developerConnection>scm:git:git@github.com:googleapis/java-bigtable.git</developerConnection>
25-
<url>https://github.com/googleapis/java-bigtable</url>
26-
<tag>HEAD</tag>
27-
</scm>
2821
<developers>
2922
<developer>
3023
<id>igorberstein</id>

java-bigtable/google-cloud-bigtable-emulator/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<artifactId>google-cloud-bigtable-emulator</artifactId>
88
<version>0.217.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} -->
99
<name>Google Cloud Java - Bigtable Emulator</name>
10-
<url>https://github.com/googleapis/java-bigtable</url>
1110
<description>
1211
A Java wrapper for the Cloud Bigtable emulator.
1312
</description>
@@ -16,12 +15,6 @@
1615
<artifactId>google-cloud-bigtable-parent</artifactId>
1716
<version>2.80.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
1817
</parent>
19-
<scm>
20-
<connection>scm:git:git@github.com:googleapis/java-bigtable.git</connection>
21-
<developerConnection>scm:git:git@github.com:googleapis/java-bigtable.git</developerConnection>
22-
<url>https://github.com/googleapis/java-bigtable</url>
23-
<tag>HEAD</tag>
24-
</scm>
2518

2619
<developers>
2720
<developer>

java-bigtable/google-cloud-bigtable/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<version>2.80.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigtable</name>
8-
<url>https://github.com/googleapis/java-bigtable</url>
98
<description>
109
Java idiomatic client for Google Cloud Bigtable.
1110
</description>

java-bigtable/test-proxy/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<version>0.0.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<name>Google Cloud Bigtable Test Proxy</name>
9-
<url>https://github.com/googleapis/java-bigtable</url>
109
<description>Cloud Bigtable Java Client test proxy for running conformance tests.</description>
1110

1211
<parent>

java-firestore/google-cloud-firestore-admin/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<version>3.44.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore-admin:current} -->
88
<packaging>jar</packaging>
99
<name>Google Cloud Firestore Admin Client</name>
10-
<url>https://github.com/googleapis/java-firestore</url>
1110
<description>
1211
Java idiomatic client for Google Cloud Firestore Admin API.
1312
</description>

java-firestore/google-cloud-firestore/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<version>3.44.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Firestore</name>
8-
<url>https://github.com/googleapis/java-firestore</url>
98
<description>
109
Java idiomatic client for Google Cloud Firestore.
1110
</description>

java-logging/google-cloud-logging/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<version>3.35.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Logging</name>
9-
<url>https://github.com/googleapis/java-logging</url>
109
<description>Java idiomatic client for Cloud Logging</description>
1110
<parent>
1211
<groupId>com.google.cloud</groupId>

java-pubsub/google-cloud-pubsub/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<version>1.152.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Pub/Sub</name>
9-
<url>https://github.com/googleapis/java-pubsub</url>
109
<description>Java idiomatic client for Google Cloud Pub/Sub</description>
1110
<parent>
1211
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)