From 5505a5b3b94c3e75933172654e0c69dd4c5f77f1 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 17 Sep 2019 16:28:05 -0700 Subject: [PATCH] chore: release v0.17.2 --- README.md | 6 +++--- appengine/pom.xml | 2 +- bom/README.md | 2 +- bom/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 12 ++++++------ 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e7ef5b94b..d4653204e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla com.google.auth google-auth-library-oauth2-http - 0.17.1 + 0.17.2 ``` [//]: # ({x-version-update-end}) @@ -42,7 +42,7 @@ If you are using Gradle, add this to your dependencies [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released}) ```Groovy -compile 'com.google.auth:google-auth-library-oauth2-http:0.17.1' +compile 'com.google.auth:google-auth-library-oauth2-http:0.17.2' ``` [//]: # ({x-version-update-end}) @@ -50,7 +50,7 @@ If you are using SBT, add this to your dependencies [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released}) ```Scala -libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.17.1" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.17.2" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index ababb72c9..40290b3be 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.17.2-SNAPSHOT + 0.17.2 ../pom.xml diff --git a/bom/README.md b/bom/README.md index e025d0020..438c2a633 100644 --- a/bom/README.md +++ b/bom/README.md @@ -12,7 +12,7 @@ To use it in Maven, add the following to your `pom.xml`: com.google.auth google-auth-library-bom - 0.16.2 + 0.17.2 pom import diff --git a/bom/pom.xml b/bom/pom.xml index 89f3f65bd..1b71be95a 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 0.17.2-SNAPSHOT + 0.17.2 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index 712358bd5..434ae827b 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 0.17.2-SNAPSHOT + 0.17.2 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 0317426ce..b3bdffdca 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.17.2-SNAPSHOT + 0.17.2 ../pom.xml diff --git a/pom.xml b/pom.xml index 408bed384..450ac2ac2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 0.17.2-SNAPSHOT + 0.17.2 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 73d87575e..4ce7bd2eb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:0.17.1:0.17.2-SNAPSHOT -google-auth-library-bom:0.17.1:0.17.2-SNAPSHOT -google-auth-library-parent:0.17.1:0.17.2-SNAPSHOT -google-auth-library-appengine:0.17.1:0.17.2-SNAPSHOT -google-auth-library-credentials:0.17.1:0.17.2-SNAPSHOT -google-auth-library-oauth2-http:0.17.1:0.17.2-SNAPSHOT +google-auth-library:0.17.2:0.17.2 +google-auth-library-bom:0.17.2:0.17.2 +google-auth-library-parent:0.17.2:0.17.2 +google-auth-library-appengine:0.17.2:0.17.2 +google-auth-library-credentials:0.17.2:0.17.2 +google-auth-library-oauth2-http:0.17.2:0.17.2