diff --git a/README.md b/README.md index 23624ea75..e9b51cc9d 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.12.0 + 0.13.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.12.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.13.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.12.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.13.0" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index a5f21ff91..c0ef92b98 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.12.1-SNAPSHOT + 0.13.0 ../pom.xml diff --git a/credentials/pom.xml b/credentials/pom.xml index d47236942..f8439e366 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.12.1-SNAPSHOT + 0.13.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 7f3b7904d..3045c5df8 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.12.1-SNAPSHOT + 0.13.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 6069988d3..b2452042b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.12.1-SNAPSHOT + 0.13.0 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 79abd840f..fffa83fad 100644 --- a/versions.txt +++ b/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -google-auth-library-parent:0.12.0:0.12.1-SNAPSHOT -google-auth-library-appengine:0.12.0:0.12.1-SNAPSHOT -google-auth-library-credentials:0.12.0:0.12.1-SNAPSHOT -google-auth-library-oauth2-http:0.12.0:0.12.1-SNAPSHOT +google-auth-library-parent:0.13.0:0.13.0 +google-auth-library-appengine:0.13.0:0.13.0 +google-auth-library-credentials:0.13.0:0.13.0 +google-auth-library-oauth2-http:0.13.0:0.13.0