Skip to content

Commit

Permalink
chore: release 0.17.1 (#337)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated README.md [ci skip]

* updated versions.txt [ci skip]

* updated appengine/pom.xml [ci skip]

* updated bom/pom.xml [ci skip]

* updated credentials/pom.xml [ci skip]

* updated oauth2_http/pom.xml [ci skip]

* updated pom.xml [ci skip]
  • Loading branch information
yoshi-automation authored and chingor13 committed Aug 22, 2019
1 parent c27eb92 commit c24c4df
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.17.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.0...v0.17.1) (2019-08-22)


### Bug Fixes

* allow unset/null privateKeyId for JwtCredentials ([#336](https://www.github.com/googleapis/google-auth-library-java/issues/336)) ([d28a6ed](https://www.github.com/googleapis/google-auth-library-java/commit/d28a6ed))

## [0.17.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.16.2...v0.17.0) (2019-08-16)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -32,7 +32,7 @@ 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.17.0</version>
<version>0.17.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -42,15 +42,15 @@ If you are using Gradle, add this to your dependencies

[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
```Groovy
compile 'com.google.auth:google-auth-library-oauth2-http:0.17.0'
compile 'com.google.auth:google-auth-library-oauth2-http:0.17.1'
```
[//]: # ({x-version-update-end})

If you are using SBT, add this to your dependencies

[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
```Scala
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.17.0"
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.17.1"
```
[//]: # ({x-version-update-end})

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.17.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>0.17.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
<version>0.17.1</version><!-- {x-version-update:google-auth-library-bom:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java BOM</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion credentials/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.17.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
<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.17.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.17.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down
12 changes: 6 additions & 6 deletions versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version

google-auth-library:0.17.0:0.17.1-SNAPSHOT
google-auth-library-bom:0.17.0:0.17.1-SNAPSHOT
google-auth-library-parent:0.17.0:0.17.1-SNAPSHOT
google-auth-library-appengine:0.17.0:0.17.1-SNAPSHOT
google-auth-library-credentials:0.17.0:0.17.1-SNAPSHOT
google-auth-library-oauth2-http:0.17.0:0.17.1-SNAPSHOT
google-auth-library:0.17.1:0.17.1
google-auth-library-bom:0.17.1:0.17.1
google-auth-library-parent:0.17.1:0.17.1
google-auth-library-appengine:0.17.1:0.17.1
google-auth-library-credentials:0.17.1:0.17.1
google-auth-library-oauth2-http:0.17.1:0.17.1

0 comments on commit c24c4df

Please sign in to comment.