Skip to content

Commit 20999d3

Browse files
authored
chore: update librarian version and generated code change (#13635)
This is last step in setting up `google-cloud-pom-parent` version separately from `google-cloud-java`, so that in partial releases they can be updated separately. Updated release please marker in 2 more pom.xmls in [5670129](5670129). One is new from recent merged in libraries bom, the other is new library added after the [bulk change pr](#13483). Fixes googleapis/librarian#6411
1 parent edaa4e3 commit 20999d3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

gapic-libraries-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>google-cloud-pom-parent</artifactId>
1717
<groupId>com.google.cloud</groupId>
18-
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom-parent:current} -->
1919
<relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
2020
</parent>
2121

java-agentregistry/google-cloud-agentregistry-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-pom-parent</artifactId>
11-
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
11+
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom-parent:current} -->
1212
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1313
</parent>
1414

java-cloud-bom/tests/validate-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.cloud</groupId>
88
<artifactId>google-cloud-pom-parent</artifactId>
9-
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
9+
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom-parent:current} -->
1010
<relativePath>../../../google-cloud-pom-parent/pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
language: java
15-
version: v0.23.1-0.20260701125507-b8e50a51a11c
15+
version: v0.24.1-0.20260701202128-6037497ba994
1616
repo: googleapis/google-cloud-java
1717
sources:
1818
googleapis:

0 commit comments

Comments
 (0)