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

Commit d0b767f

Browse files
authored
Release v1.35.0 (#617)
1 parent d3d1d43 commit d0b767f

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ If you are using Maven, add this to your pom.xml file
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gax</artifactId>
34-
<version>1.34.0</version>
34+
<version>1.35.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.api</groupId>
3838
<artifactId>gax-grpc</artifactId>
39-
<version>1.34.0</version>
39+
<version>1.35.0</version>
4040
</dependency>
4141
```
4242
[//]: # ({x-version-update-end})

benchmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project.version = "0.36.1-SNAPSHOT" // {x-version-update:benchmark:current}
1+
project.version = "0.37.0" // {x-version-update:benchmark:current}
22

33
buildscript {
44
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'java'
2323
apply plugin: 'com.github.sherter.google-java-format'
2424
apply plugin: 'io.codearte.nexus-staging'
2525

26-
project.version = "1.34.1-SNAPSHOT" // {x-version-update:gax:current}
26+
project.version = "1.35.0" // {x-version-update:gax:current}
2727

2828
ext {
2929
grpcVersion = '1.16.1'

gax-bom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
archivesBaseName = "gax-bom"
1414

15-
project.version = "1.34.1-SNAPSHOT" // {x-version-update:gax-bom:current}
15+
project.version = "1.35.0" // {x-version-update:gax-bom:current}
1616

1717
ext {
1818
mavenJavaDir = "$project.buildDir/publications/mavenJava"

gax-bom/pom.xml

Lines changed: 7 additions & 7 deletions
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>1.34.1-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>1.35.0</version><!-- {x-version-update:gax-bom:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java</name>
99
<description>Google Api eXtensions for Java</description>
@@ -33,34 +33,34 @@
3333
<dependency>
3434
<groupId>com.google.api</groupId>
3535
<artifactId>gax</artifactId>
36-
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
36+
<version>1.35.0</version><!-- {x-version-update:gax:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.api</groupId>
4040
<artifactId>gax</artifactId>
41-
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
41+
<version>1.35.0</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>1.34.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
47+
<version>1.35.0</version><!-- {x-version-update:gax-grpc:current} -->
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.api</groupId>
5151
<artifactId>gax-grpc</artifactId>
52-
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
52+
<version>1.35.0</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.51.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
58+
<version>0.52.0</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.51.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
63+
<version>0.52.0</version><!-- {x-version-update:gax-httpjson:current} -->
6464
<classifier>testlib</classifier>
6565
</dependency>
6666
</dependencies>

gax-grpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
archivesBaseName = "gax-grpc"
33

4-
project.version = "1.34.1-SNAPSHOT" // {x-version-update:gax-grpc:current}
4+
project.version = "1.35.0" // {x-version-update:gax-grpc:current}
55

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

gax-httpjson/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
archivesBaseName = "gax-httpjson"
33

4-
project.version = "0.51.1-SNAPSHOT" // {x-version-update:gax-httpjson:current}
4+
project.version = "0.52.0" // {x-version-update:gax-httpjson:current}
55

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

gax/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
archivesBaseName = "gax"
1414

15-
project.version = "1.34.1-SNAPSHOT" // {x-version-update:gax:current}
15+
project.version = "1.35.0" // {x-version-update:gax:current}
1616

1717
dependencies {
1818
compile libraries.guava,

samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<groupId>com.google.api</groupId>
1515
<artifactId>gax</artifactId>
1616
<!-- WARNING this is automatically populated by a build script, don't update manually -->
17-
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
17+
<version>1.35.0</version><!-- {x-version-update:gax:current} -->
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.api</groupId>
2121
<artifactId>gax-grpc</artifactId>
2222
<!-- WARNING this is automatically populated by a build script, don't update manually -->
23-
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
23+
<version>1.35.0</version><!-- {x-version-update:gax-grpc:current} -->
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.auto.value</groupId>

versions.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Format:
22
# module:released-version:current-version
33

4-
gax:1.34.0:1.34.1-SNAPSHOT
5-
gax-bom:1.34.0:1.34.1-SNAPSHOT
6-
gax-grpc:1.34.0:1.34.1-SNAPSHOT
7-
gax-httpjson:0.51.0:0.51.1-SNAPSHOT
8-
benchmark:0.36.0:0.36.1-SNAPSHOT
4+
gax:1.35.0:1.35.0
5+
gax-bom:1.35.0:1.35.0
6+
gax-grpc:1.35.0:1.35.0
7+
gax-httpjson:0.52.0:0.52.0
8+
benchmark:0.37.0:0.37.0

0 commit comments

Comments
 (0)