Skip to content

Commit 537e710

Browse files
authored
Release v0.16.1 (#269)
1 parent 1091092 commit 537e710

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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.16.0</version>
37+
<version>0.16.1</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.16.0'
47+
compile 'com.google.auth:google-auth-library-oauth2-http:0.16.1'
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.16.0"
55+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.16.1"
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.16.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.16.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use it in Maven, add the following to your `pom.xml`:
1212
<dependency>
1313
<groupId>com.google.auth</groupId>
1414
<artifactId>google-auth-libary-bom</artifactId>
15-
<version>0.16.0</version>
15+
<version>0.16.1</version>
1616
<type>pom</type>
1717
<scope>import</scope>
1818
</dependency>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>0.16.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>0.16.1</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java BOM</name>
99
<description>

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.16.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.16.1</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.16.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.16.1</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.16.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
13+
<version>0.16.1</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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-auth-library:0.16.0:0.16.1-SNAPSHOT
5-
google-auth-library-bom:0.16.0:0.16.1-SNAPSHOT
6-
google-auth-library-parent:0.16.0:0.16.1-SNAPSHOT
7-
google-auth-library-appengine:0.16.0:0.16.1-SNAPSHOT
8-
google-auth-library-credentials:0.16.0:0.16.1-SNAPSHOT
9-
google-auth-library-oauth2-http:0.16.0:0.16.1-SNAPSHOT
4+
google-auth-library:0.16.1:0.16.1
5+
google-auth-library-bom:0.16.1:0.16.1
6+
google-auth-library-parent:0.16.1:0.16.1
7+
google-auth-library-appengine:0.16.1:0.16.1
8+
google-auth-library-credentials:0.16.1:0.16.1
9+
google-auth-library-oauth2-http:0.16.1:0.16.1

0 commit comments

Comments
 (0)