From 38ad5df13be721b485745e70979048ca50668299 Mon Sep 17 00:00:00 2001 From: Hanzhen Yi Date: Fri, 5 Oct 2018 14:59:46 -0700 Subject: [PATCH 1/2] release 1.33.1/0.50.1 --- gax-grpc/version.txt | 2 +- gax-httpjson/version.txt | 2 +- gax/version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gax-grpc/version.txt b/gax-grpc/version.txt index 3f4c6b576..02261bead 100644 --- a/gax-grpc/version.txt +++ b/gax-grpc/version.txt @@ -1 +1 @@ -1.33.1-SNAPSHOT +1.33.1 diff --git a/gax-httpjson/version.txt b/gax-httpjson/version.txt index 637ad7437..a3968efc3 100644 --- a/gax-httpjson/version.txt +++ b/gax-httpjson/version.txt @@ -1 +1 @@ -0.50.1-SNAPSHOT +0.50.1 diff --git a/gax/version.txt b/gax/version.txt index 3f4c6b576..02261bead 100644 --- a/gax/version.txt +++ b/gax/version.txt @@ -1 +1 @@ -1.33.1-SNAPSHOT +1.33.1 From 523b01366135d8be6955d1088e50a15724e1a88b Mon Sep 17 00:00:00 2001 From: Hanzhen Yi Date: Fri, 5 Oct 2018 16:10:14 -0700 Subject: [PATCH 2/2] stage --- README.md | 12 ++++++------ samples/pom.xml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1c6793ecc..285b3e47e 100644 --- a/README.md +++ b/README.md @@ -32,27 +32,27 @@ If you are using Maven, add this to your pom.xml file com.google.api gax - 1.33.0 + 1.33.1 com.google.api gax-grpc - 1.33.0 + 1.33.1 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.api:gax:1.33.0', - 'com.google.api:gax-grpc:1.33.0' +compile 'com.google.api:gax:1.33.1', + 'com.google.api:gax-grpc:1.33.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "1.33.0" -libraryDependencies += "com.google.api" % "gax-grpc" % "1.33.0" +libraryDependencies += "com.google.api" % "gax" % "1.33.1" +libraryDependencies += "com.google.api" % "gax-grpc" % "1.33.1" ``` [//]: # (/_QUICKSTART_ WARNING: This section is automatically inserted by build scripts) diff --git a/samples/pom.xml b/samples/pom.xml index 2d8067074..2a51400f9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -14,13 +14,13 @@ com.google.api gax - 1.33.0 + 1.33.1 com.google.api gax-grpc - 1.33.0 + 1.33.1 com.google.auto.value