Skip to content

Commit bb6a22f

Browse files
chore: release main (#4926)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b7b8551 commit bb6a22f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

google-cloud-bom/pom.xml

+1-1
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.177.0</version><!-- {x-version-update:google-cloud-bom:current} -->
7+
<version>0.177.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

+1-1
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.177.0:0.177.0
4+
google-cloud-bom:0.177.0:0.177.1-SNAPSHOT

libraries-bom/pom.xml

+2-2
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.1.0</version><!-- {x-version-update:libraries-bom:current} -->
7+
<version>26.1.1-SNAPSHOT</version><!-- {x-version-update:libraries-bom:current} -->
88
<packaging>pom</packaging>
99

1010
<name>Google Cloud Platform Supported Libraries</name>
@@ -218,7 +218,7 @@
218218
<dependency>
219219
<groupId>com.google.cloud</groupId>
220220
<artifactId>google-cloud-bom</artifactId>
221-
<version>0.177.0</version><!-- {x-version-update:google-cloud-bom:current} -->
221+
<version>0.177.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
222222
<type>pom</type>
223223
<scope>import</scope>
224224
</dependency>

libraries-bom/versions.txt

+1-1
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.1.0:26.1.0
4+
libraries-bom:26.1.0:26.1.1-SNAPSHOT

tests/dependency-convergence/pom.xml

+2-2
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.1.0</version><!-- {x-version-update:full-convergence-check:current} -->
8+
<version>0.1.1-SNAPSHOT</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.177.0</version><!-- {x-version-update:google-cloud-bom:current} -->
27+
<version>0.177.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
full-convergence-check:0.1.0:0.1.0
4+
full-convergence-check:0.1.0:0.1.1-SNAPSHOT

0 commit comments

Comments
 (0)