Skip to content

Commit 3854b31

Browse files
committed
chore(java-bigtable): modernize BOM pom.xml
1 parent d0a56d1 commit 3854b31

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

  • java-bigtable/google-cloud-bigtable-bom

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<version>2.77.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
77
<packaging>pom</packaging>
88
<parent>
9-
<groupId>com.google.cloud</groupId>
10-
<artifactId>sdk-platform-java-config</artifactId>
11-
<version>3.59.0</version>
12-
<relativePath/>
9+
<groupId>com.google.cloud</groupId>
10+
<artifactId>google-cloud-pom-parent</artifactId>
11+
<version>1.86.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
12+
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1313
</parent>
1414

1515
<name>Google Cloud Bigtable BOM</name>
16-
<url>https://github.com/googleapis/java-bigtable</url>
16+
<url>https://github.com/googleapis/google-cloud-java</url>
1717
<description>
1818
BOM for Google Cloud Bigtable
1919
</description>
@@ -44,12 +44,11 @@
4444
</developers>
4545

4646
<scm>
47-
<connection>scm:git:https://github.com/googleapis/java-bigtable.git</connection>
48-
<developerConnection>scm:git:git@github.com:googleapis/java-bigtable.git</developerConnection>
49-
<url>https://github.com/googleapis/java-bigtable</url>
47+
<connection>scm:git:https://github.com/googleapis/google-cloud-java.git</connection>
48+
<developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection>
49+
<url>https://github.com/googleapis/google-cloud-java</url>
5050
</scm>
5151

52-
5352
<licenses>
5453
<license>
5554
<name>The Apache Software License, Version 2.0</name>

0 commit comments

Comments
 (0)