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

Commit

Permalink
chore(main): release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 20, 2022
1 parent b2862d5 commit 4e49969
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [2.11.1](https://github.com/googleapis/java-common-protos/compare/v2.11.0...v2.11.1) (2022-12-20)


### Bug Fixes

* Javadoc link in README.md ([#492](https://github.com/googleapis/java-common-protos/issues/492)) ([0ae8300](https://github.com/googleapis/java-common-protos/commit/0ae8300ebac16ac4ad2a15b92da4849620b2c5e7))


### Dependencies

* Update dependency com.google.protobuf:protobuf-bom to v3.21.12 ([#488](https://github.com/googleapis/java-common-protos/issues/488)) ([8165652](https://github.com/googleapis/java-common-protos/commit/8165652da18b2bd6e044ccea69df7de758bc5563))
* Update dependency io.grpc:grpc-bom to v1.51.1 ([#496](https://github.com/googleapis/java-common-protos/issues/496)) ([ac02d9e](https://github.com/googleapis/java-common-protos/commit/ac02d9e90f0dab2e63bab3be5ab8967dc9e36b07))
* Update dependency io.grpc:grpc-stub to v1.51.1 ([#498](https://github.com/googleapis/java-common-protos/issues/498)) ([b2862d5](https://github.com/googleapis/java-common-protos/commit/b2862d5cddbb8a01def6f76f7e8eb213b1922437))

## [2.11.0](https://github.com/googleapis/java-common-protos/compare/v2.10.0...v2.11.0) (2022-11-21)


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.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</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.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 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.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</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 @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:grpc-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</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 @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</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.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version

proto-google-common-protos:2.11.0:2.11.1-SNAPSHOT
grpc-google-common-protos:2.11.0:2.11.1-SNAPSHOT
proto-google-common-protos:2.11.1:2.11.1
grpc-google-common-protos:2.11.1:2.11.1

0 comments on commit 4e49969

Please sign in to comment.