Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 4f82b8d

Browse files
chore(main): release 2.18.7-SNAPSHOT (#1756)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b11901f commit 4f82b8d

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
16-
project.version = "2.18.6" // {x-version-update:gax:current}
16+
project.version = "2.18.7-SNAPSHOT" // {x-version-update:gax:current}
1717

1818
allprojects {
1919
group = 'com.google.api'

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.18.6
11+
version.gax=2.18.7-SNAPSHOT
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.18.6
14+
version.gax_grpc=2.18.7-SNAPSHOT
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.18.6
17+
version.gax_bom=2.18.7-SNAPSHOT
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.103.6
20+
version.gax_httpjson=0.103.7-SNAPSHOT
2121
# {x-version-update-end}
2222

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

gax-bom/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
archivesBaseName = 'gax-bom'
77

8-
project.version = "2.18.6" // {x-version-update:gax-bom:current}
8+
project.version = "2.18.7-SNAPSHOT" // {x-version-update:gax-bom:current}
99

1010
def mavenJavaDir = "$buildDir/publications/mavenJava"
1111
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')

gax-bom/pom.xml

+7-7
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.18.6</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
99
<description>Google Api eXtensions for Java (BOM)</description>
@@ -33,34 +33,34 @@
3333
<dependency>
3434
<groupId>com.google.api</groupId>
3535
<artifactId>gax</artifactId>
36-
<version>2.18.6</version><!-- {x-version-update:gax:current} -->
36+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.api</groupId>
4040
<artifactId>gax</artifactId>
41-
<version>2.18.6</version><!-- {x-version-update:gax:current} -->
41+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
4242
<classifier>testlib</classifier>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.api</groupId>
4646
<artifactId>gax-grpc</artifactId>
47-
<version>2.18.6</version><!-- {x-version-update:gax-grpc:current} -->
47+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.api</groupId>
5151
<artifactId>gax-grpc</artifactId>
52-
<version>2.18.6</version><!-- {x-version-update:gax-grpc:current} -->
52+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
5353
<classifier>testlib</classifier>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.api</groupId>
5757
<artifactId>gax-httpjson</artifactId>
58-
<version>0.103.6</version><!-- {x-version-update:gax-httpjson:current} -->
58+
<version>0.103.7-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.api</groupId>
6262
<artifactId>gax-httpjson</artifactId>
63-
<version>0.103.6</version><!-- {x-version-update:gax-httpjson:current} -->
63+
<version>0.103.7-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
6464
<classifier>testlib</classifier>
6565
</dependency>
6666
</dependencies>

gax-grpc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = 'gax-grpc'
22

33
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
4-
project.version = "2.18.6" // {x-version-update:gax-grpc:current}
4+
project.version = "2.18.7-SNAPSHOT" // {x-version-update:gax-grpc:current}
55

66
dependencies {
77
api(project(':gax'),

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.18.6</version><!-- {x-version-update:gax-grpc:current} -->
6+
<version>2.18.7-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.18.6</version><!-- {x-version-update:gax:current} -->
14+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<dependencies>

gax-httpjson/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = 'gax-httpjson'
22

33
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
4-
project.version = "0.103.6" // {x-version-update:gax-httpjson:current}
4+
project.version = "0.103.7-SNAPSHOT" // {x-version-update:gax-httpjson:current}
55

66
dependencies {
77
api(project(':gax'),

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>0.103.6</version> <!-- {x-version-update:gax-httpjson:current} -->
6+
<version>0.103.7-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson: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.18.6</version><!-- {x-version-update:gax:current} -->
14+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<properties>

gax/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = "gax"
22

33
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
4-
project.version = "2.18.6" // {x-version-update:gax:current}
4+
project.version = "2.18.7-SNAPSHOT" // {x-version-update:gax:current}
55

66
dependencies {
77
api(libraries['maven.com_google_api_api_common'],

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.18.6</version><!-- {x-version-update:gax:current} -->
6+
<version>2.18.7-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.18.6</version><!-- {x-version-update:gax:current} -->
14+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<dependencies>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api</groupId>
55
<artifactId>gax-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.18.6</version><!-- {x-version-update:gax:current} -->
7+
<version>2.18.7-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
88
<name>GAX (Google Api eXtensions) for Java (Parent)</name>
99
<url>https://github.com/googleapis/gax-java</url>
1010
<description>Google Api eXtensions for Java (Parent)</description>
@@ -117,12 +117,12 @@
117117
<dependency>
118118
<groupId>com.google.api</groupId>
119119
<artifactId>gax</artifactId>
120-
<version>2.18.6</version> <!-- {x-version-update:gax:current} -->
120+
<version>2.18.7-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
121121
</dependency>
122122
<dependency>
123123
<groupId>com.google.api</groupId>
124124
<artifactId>gax</artifactId>
125-
<version>2.18.6</version> <!-- {x-version-update:gax:current} -->
125+
<version>2.18.7-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
126126
<type>test-jar</type>
127127
</dependency>
128128
<dependency>

versions.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format:
22
# module:released-version:current-version
33

4-
gax:2.18.6:2.18.6
5-
gax-bom:2.18.6:2.18.6
6-
gax-grpc:2.18.6:2.18.6
7-
gax-httpjson:0.103.6:0.103.6
4+
gax:2.18.6:2.18.7-SNAPSHOT
5+
gax-bom:2.18.6:2.18.7-SNAPSHOT
6+
gax-grpc:2.18.6:2.18.7-SNAPSHOT
7+
gax-httpjson:0.103.6:0.103.7-SNAPSHOT

0 commit comments

Comments
 (0)