Skip to content

Commit 246aea9

Browse files
authored
Bump release to 0.10.0 (#167)
1 parent 79c87c7 commit 246aea9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

google-auth-library-java/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
2929
<dependency>
3030
<groupId>com.google.auth</groupId>
3131
<artifactId>google-auth-library-oauth2-http</artifactId>
32-
<version>0.9.1</version>
32+
<version>0.10.0</version>
3333
</dependency>
3434
```
3535
If you are using Gradle, add this to your dependencies
3636
```Groovy
37-
compile 'com.google.auth:google-auth-library-oauth2-http:0.9.1'
37+
compile 'com.google.auth:google-auth-library-oauth2-http:0.10.0'
3838
```
3939
If you are using SBT, add this to your dependencies
4040
```Scala
41-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.9.1"
41+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.10.0"
4242
```
4343

4444
## google-auth-library-credentials

google-auth-library-java/appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.9.2-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.9.2-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.9.2-SNAPSHOT</version>
8+
<version>0.10.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.google.auth</groupId>
1212
<artifactId>google-auth-library-parent</artifactId>
13-
<version>0.9.2-SNAPSHOT</version>
13+
<version>0.10.0</version>
1414
<packaging>pom</packaging>
1515
<name>Google Auth Library for Java</name>
1616
<description>Client libraries providing authentication and

0 commit comments

Comments
 (0)