Skip to content

Commit ee78958

Browse files
authored
Release v0.13.0 (#224)
1 parent 1d44ecd commit ee78958

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3434
<dependency>
3535
<groupId>com.google.auth</groupId>
3636
<artifactId>google-auth-library-oauth2-http</artifactId>
37-
<version>0.12.0</version>
37+
<version>0.13.0</version>
3838
</dependency>
3939
```
4040
[//]: # ({x-version-update-end})
@@ -44,15 +44,15 @@ If you are using Gradle, add this to your dependencies
4444

4545
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4646
```Groovy
47-
compile 'com.google.auth:google-auth-library-oauth2-http:0.12.0'
47+
compile 'com.google.auth:google-auth-library-oauth2-http:0.13.0'
4848
```
4949
[//]: # ({x-version-update-end})
5050

5151
If you are using SBT, add this to your dependencies
5252

5353
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5454
```Scala
55-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.12.0"
55+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.13.0"
5656
```
5757
[//]: # ({x-version-update-end})
5858

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.12.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.12.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.12.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.12.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
13+
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
1414
<packaging>pom</packaging>
1515
<name>Google Auth Library for Java</name>
1616
<description>Client libraries providing authentication and

versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-auth-library-parent:0.12.0:0.12.1-SNAPSHOT
5-
google-auth-library-appengine:0.12.0:0.12.1-SNAPSHOT
6-
google-auth-library-credentials:0.12.0:0.12.1-SNAPSHOT
7-
google-auth-library-oauth2-http:0.12.0:0.12.1-SNAPSHOT
4+
google-auth-library-parent:0.13.0:0.13.0
5+
google-auth-library-appengine:0.13.0:0.13.0
6+
google-auth-library-credentials:0.13.0:0.13.0
7+
google-auth-library-oauth2-http:0.13.0:0.13.0

0 commit comments

Comments
 (0)