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

chore: release 2.2.2 #166

Merged
merged 1 commit into from May 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [2.2.2](https://www.github.com/googleapis/java-common-protos/compare/v2.2.1...v2.2.2) (2021-05-19)


### Dependencies

* update dependency io.grpc:grpc-bom to v1.38.0 ([#164](https://www.github.com/googleapis/java-common-protos/issues/164)) ([7710d09](https://www.github.com/googleapis/java-common-protos/commit/7710d091a47499100525253ac575d4249a5818e5))

### [2.2.1](https://www.github.com/googleapis/java-common-protos/compare/v2.2.0...v2.2.1) (2021-05-14)


Expand Down
4 changes: 2 additions & 2 deletions grpc-google-common-protos/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.2.2</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>grpc-google-common-protos</name>
<description>GRPC library for grpc-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.2.2</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.2.2</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>Google Common Protos Parent</name>
<url>https://github.com/googleapis/java-iam</url>
<description>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.2.2</version><!-- {x-version-update:proto-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-common-protos/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.2.2</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>proto-google-common-protos</name>
<description>PROTO library for proto-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.2.2</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

proto-google-common-protos:2.2.1:2.2.2-SNAPSHOT
proto-google-common-protos:2.2.2:2.2.2