Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit f41d62e

Browse files
chore(main): release 1.4.1
1 parent f86eb61 commit f41d62e

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/googleapis/java-iam/compare/v1.4.0...v1.4.1) (2022-06-10)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.protobuf:protobuf-java to v3.21.0 ([#354](https://github.com/googleapis/java-iam/issues/354)) ([0856c38](https://github.com/googleapis/java-iam/commit/0856c38dbc50cbe785e4f92a2f8ae55683a09613))
9+
* update dependency com.google.protobuf:protobuf-java to v3.21.1 ([#355](https://github.com/googleapis/java-iam/issues/355)) ([91c7aa3](https://github.com/googleapis/java-iam/commit/91c7aa3b03c30dbea09baf0eb674e92f5605b14d))
10+
* update dependency io.grpc:grpc-protobuf to v1.47.0 ([#356](https://github.com/googleapis/java-iam/issues/356)) ([560c161](https://github.com/googleapis/java-iam/commit/560c1614ca01e56479a4a8a732f3575f243076ef))
11+
* update dependency io.grpc:grpc-stub to v1.47.0 ([#357](https://github.com/googleapis/java-iam/issues/357)) ([37b9061](https://github.com/googleapis/java-iam/commit/37b906144fee70a5050c8e67e820435b2d42f781))
12+
313
## [1.4.0](https://github.com/googleapis/java-iam/compare/v1.3.4...v1.4.0) (2022-05-19)
414

515

grpc-google-iam-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-iam-v1</artifactId>
7-
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
7+
<version>1.4.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
88
<name>grpc-google-iam-v1</name>
99
<description>GRPC library for grpc-google-iam-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-iam-parent</artifactId>
13-
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
13+
<version>1.4.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-iam-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
7+
<version>1.4.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
88
<name>Google IAM Parent</name>
99
<url>https://github.com/googleapis/java-iam</url>
1010
<description>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.api.grpc</groupId>
7979
<artifactId>proto-google-iam-v1</artifactId>
80-
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
80+
<version>1.4.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
8181
</dependency>
8282

8383
<dependency>

proto-google-iam-v1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api.grpc</groupId>
55
<artifactId>proto-google-iam-v1</artifactId>
6-
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
6+
<version>1.4.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
77
<name>proto-google-iam-v1</name>
88
<description>PROTO library for proto-google-iam-v1</description>
99
<parent>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-iam-parent</artifactId>
12-
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
12+
<version>1.4.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

versions.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Format:
22
# module:released-version:current-version
33

4-
proto-google-iam-v1:1.4.0:1.4.1-SNAPSHOT
5-
grpc-google-iam-v1:1.4.0:1.4.1-SNAPSHOT
4+
proto-google-iam-v1:1.4.1:1.4.1
5+
grpc-google-iam-v1:1.4.1:1.4.1

0 commit comments

Comments
 (0)