Skip to content

Commit

Permalink
chore: release main (#5162)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>tests-dependency-convergence: 0.3.1-SNAPSHOT</summary>

### Updating meta-information for bleeding-edge SNAPSHOT release.


### Dependencies

* The following workspace dependencies were updated
    * com.google.cloud:google-cloud-bom bumped to 0.179.1-SNAPSHOT
</details>

<details><summary>google-cloud-bom: 0.179.1-SNAPSHOT</summary>

### Updating meta-information for bleeding-edge SNAPSHOT release.
</details>

<details><summary>libraries-bom: 26.1.3-SNAPSHOT</summary>

### Updating meta-information for bleeding-edge SNAPSHOT release.


### Dependencies

* The following workspace dependencies were updated
    * com.google.cloud:google-cloud-bom bumped to 0.179.1-SNAPSHOT
</details>

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Sep 19, 2022
1 parent d25fd28 commit f0701b6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.179.1-SNAPSHOT</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.0
google-cloud-bom:0.179.0:0.179.1-SNAPSHOT
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.2</version><!-- {x-version-update:libraries-bom:current} -->
<version>26.1.3-SNAPSHOT</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.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.179.1-SNAPSHOT</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.2
libraries-bom:26.1.2:26.1.3-SNAPSHOT
4 changes: 2 additions & 2 deletions tests/dependency-convergence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>full-convergence-check</artifactId>
<packaging>pom</packaging>
<!-- We do not publish this module to Maven Central -->
<version>0.3.0</version><!-- {x-version-update:full-convergence-check:current} -->
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:full-convergence-check:current} -->
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
<description>
BOM for Full convergence check on google-cloud-java
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.179.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.179.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/dependency-convergence/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

full-convergence-check:0.3.0:0.3.0
full-convergence-check:0.3.0:0.3.1-SNAPSHOT

0 comments on commit f0701b6

Please sign in to comment.