Skip to content

Commit 3f19fa1

Browse files
chore(main): release 2.54.1-SNAPSHOT (#3665)
🤖 I have created a release *beep* *boop* --- <details><summary>2.54.1-SNAPSHOT</summary> ### Updating meta-information for bleeding-edge SNAPSHOT release. </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3319c71 commit 3f19fa1

File tree

41 files changed

+136
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+136
-136
lines changed

.cloudbuild/graalvm/cloudbuild-test-a.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.44.0' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.44.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.14.4'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild-test-b.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.44.0' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.44.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.14.4'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.44.0' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.44.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.14.4'
1919
steps:
2020
# GraalVM A build

.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_GAPIC_GENERATOR_JAVA_VERSION: '2.54.0' # {x-version-update:gapic-generator-java:current}
17+
_GAPIC_GENERATOR_JAVA_VERSION: '2.54.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
1818
_PRIVATE_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
1919
_PRIVATE_SHA_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:${COMMIT_SHA}"
2020
_PRIVATE_LATEST_IMAGE_ID: "${_PRIVATE_IMAGE_NAME}:latest"

.cloudbuild/library_generation/library_generation.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine@sha256:456f60c1643c
2020
WORKDIR /sdk-platform-java
2121
COPY . .
2222
# {x-version-update-start:gapic-generator-java:current}
23-
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.54.0"
23+
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.54.1-SNAPSHOT"
2424
# {x-version-update-end}
2525

2626
RUN mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip

.cloudbuild/library_generation/library_generation_airlock.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM us-docker.pkg.dev/artifact-foundry-prod/docker-3p-trusted/maven@sha256:d3f0
2121
WORKDIR /sdk-platform-java
2222
COPY . .
2323
# {x-version-update-start:gapic-generator-java:current}
24-
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.54.0"
24+
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.54.1-SNAPSHOT"
2525
# {x-version-update-end}
2626

2727
RUN mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
5858
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
5959
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")
6060

61-
_gapic_generator_java_version = "2.54.0" # {x-version-update:gapic-generator-java:current}
61+
_gapic_generator_java_version = "2.54.1-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
6262

6363
maven_install(
6464
artifacts = [

api-common-java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<groupId>com.google.api</groupId>
66
<artifactId>api-common</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.45.0</version><!-- {x-version-update:api-common:current} -->
8+
<version>2.45.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
99
<name>API Common</name>
1010
<description>Common utilities for Google APIs in Java</description>
1111

1212
<parent>
1313
<groupId>com.google.api</groupId>
1414
<artifactId>gapic-generator-java-pom-parent</artifactId>
15-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
15+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1616
<relativePath>../gapic-generator-java-pom-parent</relativePath>
1717
</parent>
1818

coverage-report/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gax</artifactId>
34-
<version>2.62.0</version> <!-- {x-version-update:gax:current} -->
34+
<version>2.62.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.api</groupId>
3838
<artifactId>gax-grpc</artifactId>
39-
<version>2.62.0</version> <!-- {x-version-update:gax-grpc:current} -->
39+
<version>2.62.1-SNAPSHOT</version> <!-- {x-version-update:gax-grpc:current} -->
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.api</groupId>
4343
<artifactId>gax-httpjson</artifactId>
44-
<version>2.62.0</version> <!-- {x-version-update:gax:current} -->
44+
<version>2.62.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.api</groupId>
4848
<artifactId>api-common</artifactId>
49-
<version>2.45.0</version> <!-- {x-version-update:api-common:current} -->
49+
<version>2.45.1-SNAPSHOT</version> <!-- {x-version-update:api-common:current} -->
5050
</dependency>
5151
</dependencies>
5252

gapic-generator-java-bom/pom.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api</groupId>
55
<artifactId>gapic-generator-java-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java BOM</name>
99
<description>
1010
BOM for the libraries in gapic-generator-java repository. Users should not
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.api</groupId>
1717
<artifactId>gapic-generator-java-pom-parent</artifactId>
18-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
18+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1919
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2020
</parent>
2121

@@ -75,61 +75,61 @@
7575
<dependency>
7676
<groupId>com.google.api</groupId>
7777
<artifactId>api-common</artifactId>
78-
<version>2.45.0</version><!-- {x-version-update:api-common:current} -->
78+
<version>2.45.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api</groupId>
8282
<artifactId>gax-bom</artifactId>
83-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
83+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
8484
<type>pom</type>
8585
<scope>import</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.api</groupId>
8989
<artifactId>gapic-generator-java</artifactId>
90-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
90+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.api.grpc</groupId>
9494
<artifactId>grpc-google-common-protos</artifactId>
95-
<version>2.53.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
95+
<version>2.53.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
9696
</dependency>
9797
<dependency>
9898
<groupId>com.google.api.grpc</groupId>
9999
<artifactId>proto-google-common-protos</artifactId>
100-
<version>2.53.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
100+
<version>2.53.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
101101
</dependency>
102102
<dependency>
103103
<groupId>com.google.api.grpc</groupId>
104104
<artifactId>proto-google-iam-v1</artifactId>
105-
<version>1.48.0</version><!-- {x-version-update:proto-google-iam-v1:current} -->
105+
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
106106
</dependency>
107107
<dependency>
108108
<groupId>com.google.api.grpc</groupId>
109109
<artifactId>proto-google-iam-v2</artifactId>
110-
<version>1.48.0</version><!-- {x-version-update:proto-google-iam-v2:current} -->
110+
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2:current} -->
111111
</dependency>
112112
<dependency>
113113
<groupId>com.google.api.grpc</groupId>
114114
<artifactId>proto-google-iam-v2beta</artifactId>
115-
<version>1.48.0</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
115+
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
116116
</dependency>
117117

118118
<!-- Following test deps are kept to keep them consistent with versions above -->
119119
<dependency>
120120
<groupId>com.google.api.grpc</groupId>
121121
<artifactId>grpc-google-iam-v1</artifactId>
122-
<version>1.48.0</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
122+
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
123123
</dependency>
124124
<dependency>
125125
<groupId>com.google.api.grpc</groupId>
126126
<artifactId>grpc-google-iam-v2</artifactId>
127-
<version>1.48.0</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
127+
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
128128
</dependency>
129129
<dependency>
130130
<groupId>com.google.api.grpc</groupId>
131131
<artifactId>grpc-google-iam-v2beta</artifactId>
132-
<version>1.48.0</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
132+
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
133133
</dependency>
134134
</dependencies>
135135

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.api</groupId>
77
<artifactId>gapic-generator-java-pom-parent</artifactId>
8-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
8+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>
1010
<name>GAPIC Generator Java POM Parent</name>
1111
<url>https://github.com/googleapis/sdk-platform-java</url>

gapic-generator-java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api</groupId>
66
<artifactId>gapic-generator-java</artifactId>
7-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java</name>
99
<description>GAPIC generator Java</description>
1010

@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.api</groupId>
2424
<artifactId>gapic-generator-java-pom-parent</artifactId>
25-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
25+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
2626
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2727
</parent>
2828

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gapic-generator-java-bom</artifactId>
34-
<version>2.54.0</version><!-- {x-version-update:gapic-generator-java:current} -->
34+
<version>2.54.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

gax-java/dependencies.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# Versions of oneself
1010
# {x-version-update-start:gax:current}
11-
version.gax=2.62.0
11+
version.gax=2.62.1-SNAPSHOT
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.62.0
14+
version.gax_grpc=2.62.1-SNAPSHOT
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.62.0
17+
version.gax_bom=2.62.1-SNAPSHOT
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax:current}
20-
version.gax_httpjson=2.62.0
20+
version.gax_httpjson=2.62.1-SNAPSHOT
2121
# {x-version-update-end}
2222

2323
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.

gax-java/gax-bom/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api</groupId>
55
<artifactId>gax-bom</artifactId>
6-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
6+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
99
<description>Google Api eXtensions for Java (BOM)</description>
@@ -43,55 +43,55 @@
4343
<dependency>
4444
<groupId>com.google.api</groupId>
4545
<artifactId>gax</artifactId>
46-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
46+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
4747
</dependency>
4848
<dependency>
4949
<groupId>com.google.api</groupId>
5050
<artifactId>gax</artifactId>
51-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
51+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
5252
<type>test-jar</type>
5353
<classifier>testlib</classifier>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.api</groupId>
5757
<artifactId>gax</artifactId>
58-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
58+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
5959
<classifier>testlib</classifier>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api</groupId>
6363
<artifactId>gax-grpc</artifactId>
64-
<version>2.62.0</version><!-- {x-version-update:gax-grpc:current} -->
64+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api</groupId>
6868
<artifactId>gax-grpc</artifactId>
69-
<version>2.62.0</version><!-- {x-version-update:gax-grpc:current} -->
69+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
7070
<type>test-jar</type>
7171
<classifier>testlib</classifier>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.api</groupId>
7575
<artifactId>gax-grpc</artifactId>
76-
<version>2.62.0</version><!-- {x-version-update:gax-grpc:current} -->
76+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
7777
<classifier>testlib</classifier>
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.api</groupId>
8181
<artifactId>gax-httpjson</artifactId>
82-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
82+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
8383
</dependency>
8484
<dependency>
8585
<groupId>com.google.api</groupId>
8686
<artifactId>gax-httpjson</artifactId>
87-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
87+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
8888
<type>test-jar</type>
8989
<classifier>testlib</classifier>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.google.api</groupId>
9393
<artifactId>gax-httpjson</artifactId>
94-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
94+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
9595
<classifier>testlib</classifier>
9696
</dependency>
9797
</dependencies>

gax-java/gax-grpc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gax-grpc</artifactId>
6-
<version>2.62.0</version><!-- {x-version-update:gax-grpc:current} -->
6+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
77
<packaging>jar</packaging>
88
<name>GAX (Google Api eXtensions) for Java (gRPC)</name>
99
<description>Google Api eXtensions for Java (gRPC)</description>
1010

1111
<parent>
1212
<groupId>com.google.api</groupId>
1313
<artifactId>gax-parent</artifactId>
14-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
14+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<dependencies>

gax-java/gax-httpjson/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gax-httpjson</artifactId>
6-
<version>2.62.0</version> <!-- {x-version-update:gax:current} -->
6+
<version>2.62.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
77
<packaging>jar</packaging>
88
<name>GAX (Google Api eXtensions) for Java (HTTP JSON)</name>
99
<description>Google Api eXtensions for Java (HTTP JSON)</description>
1010

1111
<parent>
1212
<groupId>com.google.api</groupId>
1313
<artifactId>gax-parent</artifactId>
14-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
14+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<properties>

gax-java/gax/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gax</artifactId>
6-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
6+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
77
<packaging>jar</packaging>
88
<name>GAX (Google Api eXtensions) for Java (Core)</name>
99
<description>Google Api eXtensions for Java (Core)</description>
1010

1111
<parent>
1212
<groupId>com.google.api</groupId>
1313
<artifactId>gax-parent</artifactId>
14-
<version>2.62.0</version><!-- {x-version-update:gax:current} -->
14+
<version>2.62.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<properties>

0 commit comments

Comments
 (0)