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.0 (#478)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Nov 30, 2022
1 parent d805f7e commit 756a89f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

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


### Features

* Added google.api.Service.publishing and client libraries settings ([#481](https://github.com/googleapis/java-common-protos/issues/481)) ([d805f7e](https://github.com/googleapis/java-common-protos/commit/d805f7e16cdc3634ee377278221c2ac83f3a93e8))
* Next release from main branch is 2.11.0 ([#475](https://github.com/googleapis/java-common-protos/issues/475)) ([b641e49](https://github.com/googleapis/java-common-protos/commit/b641e497ca90d4b5d6136e1f84769d1301a7bdd9))


### Dependencies

* Update dependency io.grpc:grpc-bom to v1.51.0 ([#483](https://github.com/googleapis/java-common-protos/issues/483)) ([f2550c4](https://github.com/googleapis/java-common-protos/commit/f2550c4bdb0ea94f2876f63b12bde9f63031d820))
* Update dependency io.grpc:grpc-protobuf to v1.51.0 ([#484](https://github.com/googleapis/java-common-protos/issues/484)) ([c2cde01](https://github.com/googleapis/java-common-protos/commit/c2cde010a89123375518340819b420358e192302))
* Update dependency io.grpc:grpc-stub to v1.51.0 ([#485](https://github.com/googleapis/java-common-protos/issues/485)) ([873e01a](https://github.com/googleapis/java-common-protos/commit/873e01a40327939812cb75185b0a8dbb2eae8a47))

## [2.10.0](https://github.com/googleapis/java-common-protos/compare/v2.9.6...v2.10.0) (2022-11-04)


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.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.0</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.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.0</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.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.0</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.10.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
<version>2.11.0</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.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.0</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.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.0</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.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.0</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.10.0:2.10.1-SNAPSHOT
grpc-google-common-protos:2.10.0:2.10.1-SNAPSHOT
proto-google-common-protos:2.11.0:2.11.0
grpc-google-common-protos:2.11.0:2.11.0

0 comments on commit 756a89f

Please sign in to comment.