diff --git a/README.md b/README.md index f16e72802..be53427a8 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.14.0 + 0.15.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.14.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.15.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.14.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.15.0" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index ed817470b..2c0b77bd6 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.14.1-SNAPSHOT + 0.15.0 ../pom.xml diff --git a/credentials/pom.xml b/credentials/pom.xml index 528fda2c7..a39a9195f 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.14.1-SNAPSHOT + 0.15.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index f7fc3b816..af5cc4a34 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.14.1-SNAPSHOT + 0.15.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 528ebf08a..40799ee40 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.14.1-SNAPSHOT + 0.15.0 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 18220c6d4..152e8ae0f 100644 --- a/versions.txt +++ b/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -google-auth-library-parent:0.14.0:0.14.1-SNAPSHOT -google-auth-library-appengine:0.14.0:0.14.1-SNAPSHOT -google-auth-library-credentials:0.14.0:0.14.1-SNAPSHOT -google-auth-library-oauth2-http:0.14.0:0.14.1-SNAPSHOT +google-auth-library-parent:0.15.0:0.15.0 +google-auth-library-appengine:0.15.0:0.15.0 +google-auth-library-credentials:0.15.0:0.15.0 +google-auth-library-oauth2-http:0.15.0:0.15.0