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

Commit c22c160

Browse files
chore: release 0.122.1 (#324)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated pom.xml [ci skip]
1 parent 3382905 commit c22c160

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.122.1](https://www.github.com/googleapis/java-cloud-bom/compare/v0.122.0...v0.122.1) (2020-02-05)
4+
5+
6+
### Dependencies
7+
8+
* update google-cloud-asset-bom to v0.118.0-beta, google-cloud-bigquerystorage to v0.122.0-beta, google-cloud-resourcemanager to v0.117.1-alpha ([#315](https://www.github.com/googleapis/java-cloud-bom/issues/315)) ([3382905](https://www.github.com/googleapis/java-cloud-bom/commit/338290558c97703291e36991408d63fcbd05016a))
9+
310
## [0.122.0](https://www.github.com/googleapis/java-cloud-bom/compare/v0.121.0...v0.122.0) (2020-02-04)
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.122.0-alpha</version>
16+
<version>0.122.1-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.122.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.122.1-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.122.0-alpha:0.122.1-alpha-SNAPSHOT
4+
google-cloud-bom:0.122.1-alpha:0.122.1-alpha

0 commit comments

Comments
 (0)