Skip to content

Commit 6fb8489

Browse files
chore(main): release 2.38.2-SNAPSHOT (#2586)
🤖 I have created a release *beep* *boop* --- <details><summary>2.38.2-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 6dee917 commit 6fb8489

File tree

39 files changed

+133
-133
lines changed

39 files changed

+133
-133
lines changed

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

Lines changed: 1 addition & 1 deletion
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.28.1' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.28.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.6'
1919

2020
steps:

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

Lines changed: 1 addition & 1 deletion
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.28.1' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.28.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.6'
1919

2020
steps:

.cloudbuild/graalvm/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
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.28.1' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.28.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.7.6'
1919
steps:
2020
# GraalVM A build

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

Lines changed: 1 addition & 1 deletion
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.38.1' # {x-version-update:gapic-generator-java:current}
17+
_GAPIC_GENERATOR_JAVA_VERSION: '2.38.2-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
1818
_IMAGE_ID: "gcr.io/cloud-devrel-public-resources/java-library-generation:${_GAPIC_GENERATOR_JAVA_VERSION}"
1919
steps:
2020
# Library generation build

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ maven_install(
6060
repositories = ["https://repo.maven.apache.org/maven2/"],
6161
)
6262

63-
_gapic_generator_java_version = "2.38.1" # {x-version-update:gapic-generator-java:current}
63+
_gapic_generator_java_version = "2.38.2-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
6464

6565
maven_install(
6666
artifacts = [

api-common-java/pom.xml

Lines changed: 2 additions & 2 deletions
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.29.1</version><!-- {x-version-update:api-common:current} -->
8+
<version>2.29.2-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.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
15+
<version>2.38.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1616
<relativePath>../gapic-generator-java-pom-parent</relativePath>
1717
</parent>
1818

coverage-report/pom.xml

Lines changed: 4 additions & 4 deletions
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.46.1</version> <!-- {x-version-update:gax:current} -->
34+
<version>2.46.2-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.46.1</version> <!-- {x-version-update:gax-grpc:current} -->
39+
<version>2.46.2-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.46.1</version> <!-- {x-version-update:gax:current} -->
44+
<version>2.46.2-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.29.1</version> <!-- {x-version-update:api-common:current} -->
49+
<version>2.29.2-SNAPSHOT</version> <!-- {x-version-update:api-common:current} -->
5050
</dependency>
5151
</dependencies>
5252

gapic-generator-java-bom/pom.xml

Lines changed: 13 additions & 13 deletions
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.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.38.2-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.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
18+
<version>2.38.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1919
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2020
</parent>
2121

@@ -82,61 +82,61 @@
8282
<dependency>
8383
<groupId>com.google.api</groupId>
8484
<artifactId>api-common</artifactId>
85-
<version>2.29.1</version><!-- {x-version-update:api-common:current} -->
85+
<version>2.29.2-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.api</groupId>
8989
<artifactId>gax-bom</artifactId>
90-
<version>2.46.1</version><!-- {x-version-update:gax:current} -->
90+
<version>2.46.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
9191
<type>pom</type>
9292
<scope>import</scope>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.google.api</groupId>
9696
<artifactId>gapic-generator-java</artifactId>
97-
<version>2.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
97+
<version>2.38.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
9898
</dependency>
9999
<dependency>
100100
<groupId>com.google.api.grpc</groupId>
101101
<artifactId>grpc-google-common-protos</artifactId>
102-
<version>2.37.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
102+
<version>2.37.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
103103
</dependency>
104104
<dependency>
105105
<groupId>com.google.api.grpc</groupId>
106106
<artifactId>proto-google-common-protos</artifactId>
107-
<version>2.37.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
107+
<version>2.37.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
108108
</dependency>
109109
<dependency>
110110
<groupId>com.google.api.grpc</groupId>
111111
<artifactId>proto-google-iam-v1</artifactId>
112-
<version>1.32.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
112+
<version>1.32.2-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
113113
</dependency>
114114
<dependency>
115115
<groupId>com.google.api.grpc</groupId>
116116
<artifactId>proto-google-iam-v2</artifactId>
117-
<version>1.32.1</version><!-- {x-version-update:proto-google-iam-v2:current} -->
117+
<version>1.32.2-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2:current} -->
118118
</dependency>
119119
<dependency>
120120
<groupId>com.google.api.grpc</groupId>
121121
<artifactId>proto-google-iam-v2beta</artifactId>
122-
<version>1.32.1</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
122+
<version>1.32.2-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
123123
</dependency>
124124

125125
<!-- Following test deps are kept to keep them consistent with versions above -->
126126
<dependency>
127127
<groupId>com.google.api.grpc</groupId>
128128
<artifactId>grpc-google-iam-v1</artifactId>
129-
<version>1.32.1</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
129+
<version>1.32.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.api.grpc</groupId>
133133
<artifactId>grpc-google-iam-v2</artifactId>
134-
<version>1.32.1</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
134+
<version>1.32.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
135135
</dependency>
136136
<dependency>
137137
<groupId>com.google.api.grpc</groupId>
138138
<artifactId>grpc-google-iam-v2beta</artifactId>
139-
<version>1.32.1</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
139+
<version>1.32.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
140140
</dependency>
141141
</dependencies>
142142

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

Lines changed: 1 addition & 1 deletion
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.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
8+
<version>2.38.2-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

Lines changed: 3 additions & 3 deletions
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.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.38.2-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.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
25+
<version>2.38.2-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.38.1</version><!-- {x-version-update:gapic-generator-java:current} -->
34+
<version>2.38.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

0 commit comments

Comments
 (0)