Skip to content

Commit

Permalink
chore(main): release 2.3.1 (#704)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.3.1](googleapis/java-iamcredentials@v2.3.0...v2.3.1) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-iamcredentials/issues/1485)) ([#703](googleapis/java-iamcredentials#703)) ([799ab3b](googleapis/java-iamcredentials@799ab3b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 14, 2022
1 parent 799ab3b commit 7600c13
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions java-iamcredentials/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/googleapis/java-iamcredentials/compare/v2.3.0...v2.3.1) (2022-07-13)


### Bug Fixes

* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-iamcredentials/issues/1485)) ([#703](https://github.com/googleapis/java-iamcredentials/issues/703)) ([4fbbc80](https://github.com/googleapis/java-iamcredentials/commit/4fbbc80f101f7b71864aa8ed2a1f9f4f6fb179a1))

## [2.3.0](https://github.com/googleapis/java-iamcredentials/compare/v2.2.0...v2.3.0) (2022-07-01)


Expand Down
8 changes: 4 additions & 4 deletions java-iamcredentials/google-cloud-iamcredentials-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-bom</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -52,17 +52,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-iamcredentials/google-cloud-iamcredentials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<packaging>jar</packaging>
<name>Google Cloud IAM Service Account Credentials</name>
<url>https://github.com/googleapis/java-iamcredentials</url>
<description>Java idiomatic client for Google Cloud IAM Service Account Credentials</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-iamcredentials</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<name>grpc-google-cloud-iamcredentials-v1</name>
<description>GRPC library for grpc-google-cloud-iamcredentials-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions java-iamcredentials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<name>Google Cloud IAM Service Account Credentials Parent</name>
<url>https://github.com/googleapis/java-iamcredentials</url>
<description>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<version>2.3.1</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<name>proto-google-cloud-iamcredentials-v1</name>
<description>PROTO library for proto-google-cloud-iamcredentials-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>2.3.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-iamcredentials/versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-iamcredentials:2.3.0:2.3.1-SNAPSHOT
grpc-google-cloud-iamcredentials-v1:2.3.0:2.3.1-SNAPSHOT
proto-google-cloud-iamcredentials-v1:2.3.0:2.3.1-SNAPSHOT
google-cloud-iamcredentials:2.3.1:2.3.1
grpc-google-cloud-iamcredentials-v1:2.3.1:2.3.1
proto-google-cloud-iamcredentials-v1:2.3.1:2.3.1

0 comments on commit 7600c13

Please sign in to comment.