Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 006a6da

Browse files
release-please[bot]chingor13
authored andcommitted
chore: release 0.120.2 (#140)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated pom.xml [ci skip]
1 parent 1a6a2fb commit 006a6da

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.120.2](https://www.github.com/googleapis/java-cloud-bom/compare/v0.120.1...v0.120.2) (2019-12-06)
4+
5+
6+
### Bug Fixes
7+
8+
* bom issues in video-intelligence and kms ([#139](https://www.github.com/googleapis/java-cloud-bom/issues/139)) ([1a6a2fb](https://www.github.com/googleapis/java-cloud-bom/commit/1a6a2fb920179452fafdec4900ea46dd6caf2f45))
9+
310
### [0.120.1](https://www.github.com/googleapis/java-cloud-bom/compare/v0.120.0...v0.120.1) (2019-12-06)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To use it in Maven, add the following to your POM:
1313
<dependency>
1414
<groupId>com.google.cloud</groupId>
1515
<artifactId>google-cloud-bom</artifactId>
16-
<version>0.120.1-alpha</version>
16+
<version>0.120.2-alpha</version>
1717
<type>pom</type>
1818
<scope>import</scope>
1919
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.120.2-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.120.2-alpha</version><!-- {x-version-update:google-cloud-bom:current} -->
88
<name>Google Cloud Java BOM</name>
99
<url>https://github.com/googleapis/java-cloud-bom</url>
1010
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-bom:0.120.1-alpha:0.120.2-alpha-SNAPSHOT
4+
google-cloud-bom:0.120.2-alpha:0.120.2-alpha

0 commit comments

Comments
 (0)