Skip to content

Commit

Permalink
Bump release to 0.10.0 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jul 12, 2018
1 parent 8964e7c commit cb13da1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -29,16 +29,16 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.auth:google-auth-library-oauth2-http:0.9.1'
compile 'com.google.auth:google-auth-library-oauth2-http:0.10.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.9.1"
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.10.0"
```

## google-auth-library-credentials
Expand Down
2 changes: 1 addition & 1 deletion appengine/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion credentials/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.10.0</version>
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down

0 comments on commit cb13da1

Please sign in to comment.