diff --git a/README.md b/README.md
index 03bd791c2..9fa981b3d 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,12 @@ If you are using Maven, add this to your pom.xml file
com.google.api
gax
- 1.38.0
+ 1.39.0
com.google.api
gax-grpc
- 1.38.0
+ 1.39.0
```
[//]: # ({x-version-update-end})
diff --git a/benchmark/build.gradle b/benchmark/build.gradle
index 9c5ae1101..652022eac 100644
--- a/benchmark/build.gradle
+++ b/benchmark/build.gradle
@@ -1,4 +1,4 @@
-project.version = "0.40.1-SNAPSHOT" // {x-version-update:benchmark:current}
+project.version = "0.41.0" // {x-version-update:benchmark:current}
buildscript {
repositories {
diff --git a/build.gradle b/build.gradle
index d4b254543..421c384bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'java'
apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'io.codearte.nexus-staging'
-project.version = "1.38.1-SNAPSHOT" // {x-version-update:gax:current}
+project.version = "1.39.0" // {x-version-update:gax:current}
ext {
// When upgrading grpc, make sure to upgrade opencensusVersion to be consistent with grpc.
diff --git a/gax-bom/build.gradle b/gax-bom/build.gradle
index 74980ef17..e8bf8d362 100644
--- a/gax-bom/build.gradle
+++ b/gax-bom/build.gradle
@@ -12,7 +12,7 @@ buildscript {
archivesBaseName = "gax-bom"
-project.version = "1.38.1-SNAPSHOT" // {x-version-update:gax-bom:current}
+project.version = "1.39.0" // {x-version-update:gax-bom:current}
ext {
mavenJavaDir = "$project.buildDir/publications/mavenJava"
diff --git a/gax-bom/pom.xml b/gax-bom/pom.xml
index 1f6e98a11..78c279240 100644
--- a/gax-bom/pom.xml
+++ b/gax-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.api
gax-bom
- 1.38.1-SNAPSHOT
+ 1.39.0
pom
GAX (Google Api eXtensions) for Java
Google Api eXtensions for Java
@@ -33,34 +33,34 @@
com.google.api
gax
- 1.38.1-SNAPSHOT
+ 1.39.0
com.google.api
gax
- 1.38.1-SNAPSHOT
+ 1.39.0
testlib
com.google.api
gax-grpc
- 1.38.1-SNAPSHOT
+ 1.39.0
com.google.api
gax-grpc
- 1.38.1-SNAPSHOT
+ 1.39.0
testlib
com.google.api
gax-httpjson
- 0.55.1-SNAPSHOT
+ 0.56.0
com.google.api
gax-httpjson
- 0.55.1-SNAPSHOT
+ 0.56.0
testlib
diff --git a/gax-grpc/build.gradle b/gax-grpc/build.gradle
index 0803bafd1..41a9b9175 100644
--- a/gax-grpc/build.gradle
+++ b/gax-grpc/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "gax-grpc"
-project.version = "1.38.1-SNAPSHOT" // {x-version-update:gax-grpc:current}
+project.version = "1.39.0" // {x-version-update:gax-grpc:current}
dependencies {
compile project(':gax'),
diff --git a/gax-httpjson/build.gradle b/gax-httpjson/build.gradle
index fa2699f7b..2a8391edd 100644
--- a/gax-httpjson/build.gradle
+++ b/gax-httpjson/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "gax-httpjson"
-project.version = "0.55.1-SNAPSHOT" // {x-version-update:gax-httpjson:current}
+project.version = "0.56.0" // {x-version-update:gax-httpjson:current}
dependencies {
compile project(':gax'),
diff --git a/gax/build.gradle b/gax/build.gradle
index b697f8e04..53ccee9ef 100644
--- a/gax/build.gradle
+++ b/gax/build.gradle
@@ -12,7 +12,7 @@ buildscript {
archivesBaseName = "gax"
-project.version = "1.38.1-SNAPSHOT" // {x-version-update:gax:current}
+project.version = "1.39.0" // {x-version-update:gax:current}
dependencies {
compile libraries.guava,
diff --git a/samples/pom.xml b/samples/pom.xml
index deb5dd388..cf6d69434 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -14,13 +14,13 @@
com.google.api
gax
- 1.38.1-SNAPSHOT
+ 1.39.0
com.google.api
gax-grpc
- 1.38.1-SNAPSHOT
+ 1.39.0
com.google.auto.value
diff --git a/versions.txt b/versions.txt
index 8d1c0cf0f..395a53154 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version
-gax:1.38.0:1.38.1-SNAPSHOT
-gax-bom:1.38.0:1.38.1-SNAPSHOT
-gax-grpc:1.38.0:1.38.1-SNAPSHOT
-gax-httpjson:0.55.0:0.55.1-SNAPSHOT
-benchmark:0.40.0:0.40.1-SNAPSHOT
+gax:1.39.0:1.39.0
+gax-bom:1.39.0:1.39.0
+gax-grpc:1.39.0:1.39.0
+gax-httpjson:0.56.0:0.56.0
+benchmark:0.41.0:0.41.0