diff --git a/README.md b/README.md index e3ee8174f..88e5212b0 100644 --- a/README.md +++ b/README.md @@ -31,27 +31,27 @@ If you are using Maven, add this to your pom.xml file com.google.api gax - 1.40.0 + 1.42.0 com.google.api gax-grpc - 1.40.0 + 1.42.0 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.api:gax:1.40.0', - 'com.google.api:gax-grpc:1.40.0' +compile 'com.google.api:gax:1.42.0', + 'com.google.api:gax-grpc:1.42.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "1.40.0" -libraryDependencies += "com.google.api" % "gax-grpc" % "1.40.0" +libraryDependencies += "com.google.api" % "gax" % "1.42.0" +libraryDependencies += "com.google.api" % "gax-grpc" % "1.42.0" ``` [//]: # ({x-version-update-end}) diff --git a/benchmark/build.gradle b/benchmark/build.gradle index e7653d4d1..2e6597720 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -1,4 +1,4 @@ -project.version = "0.42.1-SNAPSHOT" // {x-version-update:benchmark:current} +project.version = "0.44.0" // {x-version-update:benchmark:current} buildscript { repositories { diff --git a/build.gradle b/build.gradle index c435cda00..990421b2d 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.40.1-SNAPSHOT" // {x-version-update:gax:current} +project.version = "1.42.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 64a712bc3..5a0842018 100644 --- a/gax-bom/build.gradle +++ b/gax-bom/build.gradle @@ -12,7 +12,7 @@ buildscript { archivesBaseName = "gax-bom" -project.version = "1.40.1-SNAPSHOT" // {x-version-update:gax-bom:current} +project.version = "1.42.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 5f6645522..3d694ad94 100644 --- a/gax-bom/pom.xml +++ b/gax-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.api gax-bom - 1.40.1-SNAPSHOT + 1.42.0 pom GAX (Google Api eXtensions) for Java Google Api eXtensions for Java @@ -33,34 +33,34 @@ com.google.api gax - 1.40.1-SNAPSHOT + 1.42.0 com.google.api gax - 1.40.1-SNAPSHOT + 1.42.0 testlib com.google.api gax-grpc - 1.40.1-SNAPSHOT + 1.42.0 com.google.api gax-grpc - 1.40.1-SNAPSHOT + 1.42.0 testlib com.google.api gax-httpjson - 0.57.1-SNAPSHOT + 0.59.0 com.google.api gax-httpjson - 0.57.1-SNAPSHOT + 0.59.0 testlib diff --git a/gax-grpc/build.gradle b/gax-grpc/build.gradle index e317b20ee..80d1b165d 100644 --- a/gax-grpc/build.gradle +++ b/gax-grpc/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = "gax-grpc" -project.version = "1.40.1-SNAPSHOT" // {x-version-update:gax-grpc:current} +project.version = "1.42.0" // {x-version-update:gax-grpc:current} dependencies { compile project(':gax'), diff --git a/gax-httpjson/build.gradle b/gax-httpjson/build.gradle index d0a2c09d6..f2eff3e75 100644 --- a/gax-httpjson/build.gradle +++ b/gax-httpjson/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = "gax-httpjson" -project.version = "0.57.1-SNAPSHOT" // {x-version-update:gax-httpjson:current} +project.version = "0.59.0" // {x-version-update:gax-httpjson:current} dependencies { compile project(':gax'), diff --git a/gax/build.gradle b/gax/build.gradle index 94cc6f259..ea330736c 100644 --- a/gax/build.gradle +++ b/gax/build.gradle @@ -12,7 +12,7 @@ buildscript { archivesBaseName = "gax" -project.version = "1.40.1-SNAPSHOT" // {x-version-update:gax:current} +project.version = "1.42.0" // {x-version-update:gax:current} dependencies { compile libraries.guava, diff --git a/samples/pom.xml b/samples/pom.xml index a752483b6..2a1762c1b 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -14,13 +14,13 @@ com.google.api gax - 1.40.1-SNAPSHOT + 1.42.0 com.google.api gax-grpc - 1.40.1-SNAPSHOT + 1.42.0 com.google.auto.value diff --git a/versions.txt b/versions.txt index dccbe2470..c455d7d76 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -gax:1.40.0:1.40.1-SNAPSHOT -gax-bom:1.40.0:1.40.1-SNAPSHOT -gax-grpc:1.40.0:1.40.1-SNAPSHOT -gax-httpjson:0.57.0:0.57.1-SNAPSHOT -benchmark:0.42.0:0.42.1-SNAPSHOT +gax:1.42.0:1.42.0 +gax-bom:1.42.0:1.42.0 +gax-grpc:1.42.0:1.42.0 +gax-httpjson:0.59.0:0.59.0 +benchmark:0.44.0:0.44.0