Skip to content

Commit ea7486d

Browse files
committed
chore(java-bigtable): modernize BOM pom.xml
1 parent eadc0a9 commit ea7486d

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

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

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<parent>
88
<groupId>com.google.cloud</groupId>
9-
<artifactId>sdk-platform-java-config</artifactId>
10-
<version>3.59.0</version>
11-
<relativePath/>
9+
<artifactId>google-cloud-pom-parent</artifactId>
10+
<version>1.86.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
11+
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1212
</parent>
1313

1414
<groupId>com.google.cloud</groupId>
@@ -48,12 +48,11 @@
4848
</developers>
4949

5050
<scm>
51-
<connection>scm:git:https://github.com/googleapis/java-bigtable.git</connection>
52-
<developerConnection>scm:git:git@github.com:googleapis/java-bigtable.git</developerConnection>
53-
<url>https://github.com/googleapis/java-bigtable</url>
51+
<connection>scm:git:https://github.com/googleapis/google-cloud-java.git</connection>
52+
<developerConnection>scm:git:git@github.com:googleapis/google-cloud-java.git</developerConnection>
53+
<url>https://github.com/googleapis/google-cloud-java</url>
5454
</scm>
5555

56-
5756
<licenses>
5857
<license>
5958
<name>The Apache Software License, Version 2.0</name>
@@ -64,22 +63,20 @@
6463

6564
<dependencyManagement>
6665
<dependencies>
67-
<!-- google cloud boms -->
6866
<dependency>
6967
<groupId>com.google.cloud</groupId>
70-
<artifactId>gapic-libraries-bom</artifactId>
71-
<version>1.82.0</version>
68+
<artifactId>google-cloud-monitoring-bom</artifactId>
69+
<version>3.93.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-monitoring:current} -->
7270
<type>pom</type>
7371
<scope>import</scope>
7472
</dependency>
7573
<dependency>
7674
<groupId>com.google.cloud</groupId>
7775
<artifactId>google-cloud-shared-dependencies</artifactId>
78-
<version>${google-cloud-shared-dependencies.version}</version>
76+
<version>3.62.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7977
<type>pom</type>
8078
<scope>import</scope>
8179
</dependency>
82-
<!-- Other opencensus packages' versions are pulled through com.google.cloud:third-party-dependencies, but has to be manually specified for this one. -->
8380
<dependency>
8481
<groupId>io.opencensus</groupId>
8582
<artifactId>opencensus-contrib-resource-util</artifactId>

0 commit comments

Comments
 (0)