Skip to content

Commit 7145864

Browse files
fix: remove stale module from bom (#2218)
Change-Id: I903aa34db7114bf410eaef179de6506cebc0e108 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) - [ ] Rollback plan is reviewed and LGTMed - [ ] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent cf4f9ea commit 7145864

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-bigtable:2.38.0'
60+
implementation 'com.google.cloud:google-cloud-bigtable:2.39.0'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.38.0"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.39.0"
6767
```
6868
<!-- {x-version-update-end} -->
6969

@@ -541,7 +541,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
541541
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigtable/java11.html
542542
[stability-image]: https://img.shields.io/badge/stability-stable-green
543543
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigtable.svg
544-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigtable/2.38.0
544+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigtable/2.39.0
545545
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
546546
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
547547
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

google-cloud-bigtable-bom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@
9595
<artifactId>proto-google-cloud-bigtable-v2</artifactId>
9696
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigtable-v2:current} -->
9797
</dependency>
98-
<dependency>
99-
<groupId>com.google.cloud</groupId>
100-
<artifactId>google-cloud-bigtable-stats</artifactId>
101-
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
102-
</dependency>
10398
</dependencies>
10499
</dependencyManagement>
105100

0 commit comments

Comments
 (0)