Skip to content

Commit 3c72049

Browse files
chore: release main (#5686)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 79cf7d4 commit 3c72049

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"google-cloud-bom": "0.183.0",
33
"libraries-bom": "26.2.0",
4-
"tests/dependency-convergence": "0.3.6"
4+
"tests/dependency-convergence": "0.3.7"
55
}

google-cloud-bom/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.183.0</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.183.1-SNAPSHOT</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>

google-cloud-bom/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.183.0:0.183.0
4+
google-cloud-bom:0.183.0:0.183.1-SNAPSHOT

libraries-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- adding comment for testing-->
55
<groupId>com.google.cloud</groupId>
66
<artifactId>libraries-bom</artifactId>
7-
<version>26.2.0</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.2.1-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.google.cloud</groupId>
7676
<artifactId>google-cloud-bom</artifactId>
77-
<version>0.183.0</version><!-- {x-version-update:google-cloud-bom:current} -->
77+
<version>0.183.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
7878
<type>pom</type>
7979
<scope>import</scope>
8080
</dependency>

libraries-bom/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-
libraries-bom:26.2.0:26.2.0
4+
libraries-bom:26.2.0:26.2.1-SNAPSHOT

tests/dependency-convergence/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
* The following workspace dependencies were updated
1919
* com.google.cloud:google-cloud-bom bumped to 0.183.0
2020

21+
* The following workspace dependencies were updated
22+
* com.google.cloud:google-cloud-bom bumped to 0.183.1-SNAPSHOT
23+
2124
## [0.3.0](https://github.com/googleapis/java-cloud-bom/compare/tests-dependency-convergence-v0.2.0...tests-dependency-convergence-v0.3.0) (2022-09-19)
2225

2326

tests/dependency-convergence/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>full-convergence-check</artifactId>
66
<packaging>pom</packaging>
77
<!-- We do not publish this module to Maven Central -->
8-
<version>0.3.6</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.3.7</version><!-- {x-version-update:full-convergence-check:current} -->
99
<name>Full convergence check for all library dependencies in Google Cloud Java BOM</name>
1010
<description>
1111
BOM for Full convergence check on google-cloud-java
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bom</artifactId>
27-
<version>0.183.0</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.183.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

0 commit comments

Comments
 (0)