From 6ad960441490636afd8d260e04a588a30efbba1a Mon Sep 17 00:00:00 2001 From: JesseLovelace <43148100+JesseLovelace@users.noreply.github.com> Date: Mon, 25 Mar 2019 14:35:50 -0700 Subject: [PATCH] Release v0.14.0 (#236) --- README.md | 6 +++--- appengine/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 8 ++++---- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6fe6f8a6d..f16e72802 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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.13.0 + 0.14.0 ``` [//]: # ({x-version-update-end}) @@ -44,7 +44,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.13.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.14.0' ``` [//]: # ({x-version-update-end}) @@ -52,7 +52,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.13.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.14.0" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index 97f4306ae..f63cd9e90 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.13.1-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/credentials/pom.xml b/credentials/pom.xml index b177c6ca2..32033c604 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.13.1-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 4bc79e5b7..50dddc1df 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.13.1-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 70c331962..1114dba33 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.13.1-SNAPSHOT + 0.14.0 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index c65c2e5ac..4a56d64b2 100644 --- a/versions.txt +++ b/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -google-auth-library-parent:0.13.0:0.13.1-SNAPSHOT -google-auth-library-appengine:0.13.0:0.13.1-SNAPSHOT -google-auth-library-credentials:0.13.0:0.13.1-SNAPSHOT -google-auth-library-oauth2-http:0.13.0:0.13.1-SNAPSHOT +google-auth-library-parent:0.14.0:0.14.0 +google-auth-library-appengine:0.14.0:0.14.0 +google-auth-library-credentials:0.14.0:0.14.0 +google-auth-library-oauth2-http:0.14.0:0.14.0