diff --git a/README.md b/README.md index d4f37d8b2..870051952 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Open source authentication client library for Java. [![Build Status](https://travis-ci.org/google/google-auth-library-java.svg?branch=master)](https://travis-ci.org/google/google-auth-library-java.svg) [![Maven](https://img.shields.io/maven-central/v/com.google.auth/google-auth-library-credentials.svg)](https://img.shields.io/maven-central/v/com.google.auth/google-auth-library-credentials.svg) -- [API Documentation] (https://google.github.io/google-auth-library-java/releases/0.8.0/apidocs) +- [API Documentation] (https://google.github.io/google-auth-library-java/releases/0.9.0/apidocs) This project consists of 3 artifacts: @@ -30,16 +30,16 @@ 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.8.0 + 0.9.0 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.auth:google-auth-library-oauth2-http:0.8.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.9.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.8.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.9.0" ``` google-auth-library-credentials diff --git a/appengine/pom.xml b/appengine/pom.xml index 67f29666a..254183c8b 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.8.1-SNAPSHOT + 0.9.0 ../pom.xml diff --git a/credentials/pom.xml b/credentials/pom.xml index 774eedacb..d0cf4076d 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.8.1-SNAPSHOT + 0.9.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index d6e4e3f21..ff272d32a 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.8.1-SNAPSHOT + 0.9.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 26f681980..4e00a799e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.8.1-SNAPSHOT + 0.9.0 pom Google Auth Library for Java Client libraries providing authentication and