diff --git a/README.md b/README.md index 88758521c..e9e9eed7b 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.16.0 + 0.16.1 ``` [//]: # ({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.16.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.16.1' ``` [//]: # ({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.16.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.16.1" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index db863a8ab..0aed67533 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 ../pom.xml diff --git a/bom/README.md b/bom/README.md index 6d9157ad2..7dd140014 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-libary-bom - 0.16.0 + 0.16.1 pom import diff --git a/bom/pom.xml b/bom/pom.xml index 42581a535..75e89323e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 0.16.1-SNAPSHOT + 0.16.1 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index c7475ae39..8b89b5e9e 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index ca227639e..991f0e7dc 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 ../pom.xml diff --git a/pom.xml b/pom.xml index da5807ab3..9c1a7dc2e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 42d7f1a38..e04c3893f 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:0.16.0:0.16.1-SNAPSHOT -google-auth-library-bom:0.16.0:0.16.1-SNAPSHOT -google-auth-library-parent:0.16.0:0.16.1-SNAPSHOT -google-auth-library-appengine:0.16.0:0.16.1-SNAPSHOT -google-auth-library-credentials:0.16.0:0.16.1-SNAPSHOT -google-auth-library-oauth2-http:0.16.0:0.16.1-SNAPSHOT +google-auth-library:0.16.1:0.16.1 +google-auth-library-bom:0.16.1:0.16.1 +google-auth-library-parent:0.16.1:0.16.1 +google-auth-library-appengine:0.16.1:0.16.1 +google-auth-library-credentials:0.16.1:0.16.1 +google-auth-library-oauth2-http:0.16.1:0.16.1