Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 6, 2022
1 parent acedd26 commit 85cbeb0
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"google-cloud-bom": "0.179.0",
"libraries-bom": "26.1.2",
"google-cloud-bom": "0.180.0",
"libraries-bom": "26.1.3",
"tests/dependency-convergence": "0.3.0"
}
239 changes: 239 additions & 0 deletions google-cloud-bom/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<packaging>pom</packaging>
<version>0.179.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.180.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<name>Google Cloud Java BOM</name>
<url>https://github.com/googleapis/java-cloud-bom</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bom/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-bom:0.179.0:0.179.1-SNAPSHOT
google-cloud-bom:0.180.0:0.180.0
9 changes: 9 additions & 0 deletions libraries-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [26.1.3](https://github.com/googleapis/java-cloud-bom/compare/libraries-bom-v26.1.2...libraries-bom-v26.1.3) (2022-10-06)


### Dependencies

* update dependency com.google.cloud:first-party-dependencies to v3.0.4 ([#5289](https://github.com/googleapis/java-cloud-bom/issues/5289)) ([60cd80b](https://github.com/googleapis/java-cloud-bom/commit/60cd80b57992c7310e5ac3ff6cad2a25a8065788))
* The following workspace dependencies were updated
* com.google.cloud:google-cloud-bom bumped to 0.180.0

## [26.1.2](https://github.com/googleapis/java-cloud-bom/compare/libraries-bom-v26.1.1...libraries-bom-v26.1.2) (2022-09-19)


Expand Down
4 changes: 2 additions & 2 deletions libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- adding comment for testing-->
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.1.3-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
<version>26.1.3</version><!-- {x-version-update:libraries-bom:current} -->
<packaging>pom</packaging>

<name>Google Cloud Platform Supported Libraries</name>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.179.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.180.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion libraries-bom/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

libraries-bom:26.1.2:26.1.3-SNAPSHOT
libraries-bom:26.1.3:26.1.3

0 comments on commit 85cbeb0

Please sign in to comment.