Skip to content

Commit

Permalink
chore(main): release 1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 9, 2022
1 parent 51c1eb5 commit 8db5e70
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 16 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [1.34.1](https://github.com/googleapis/google-oauth-java-client/compare/v1.34.0...v1.34.1) (2022-06-09)


### Bug Fixes

* .repo-metadata.json file with https: [#813](https://github.com/googleapis/google-oauth-java-client/issues/813) ([#898](https://github.com/googleapis/google-oauth-java-client/issues/898)) ([be4d54a](https://github.com/googleapis/google-oauth-java-client/commit/be4d54ad6b3264a1246cd1bd5789140112407681))


### Dependencies

* update project.http.version to v1.42.0 ([#902](https://github.com/googleapis/google-oauth-java-client/issues/902)) ([51c1eb5](https://github.com/googleapis/google-oauth-java-client/commit/51c1eb5e4c6797b51b4347046422681780bd0d81))

## [1.34.0](https://github.com/googleapis/google-oauth-java-client/compare/v1.33.3...v1.34.0) (2022-06-02)


Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-appengine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-assembly/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.google.oauth-client</groupId>
Expand Down
12 changes: 6 additions & 6 deletions google-oauth-client-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-bom</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<packaging>pom</packaging>

<name>Google OAuth Client Library for Java BOM</name>
Expand Down Expand Up @@ -63,27 +63,27 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-appengine</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-java6</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-servlet</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-java6/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-java6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-jetty/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-servlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<packaging>pom</packaging>
<name>Parent for the Google OAuth Client Library for Java</name>
<description>Google OAuth Client Library for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion samples/dailymotion-cmdline-sample/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>dailymotion-simple-cmdline-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/keycloak-pkce-cmdline-sample/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.34.1-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.34.1</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>keycloak-pkce-cmdline-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-oauth-client:1.34.0:1.34.1-SNAPSHOT
google-oauth-client:1.34.1:1.34.1

0 comments on commit 8db5e70

Please sign in to comment.