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

Commit 756a89f

Browse files
chore(main): release 2.11.0 (#478)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d805f7e commit 756a89f

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.11.0](https://github.com/googleapis/java-common-protos/compare/v2.10.0...v2.11.0) (2022-11-21)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Dependencies
13+
14+
* 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))
15+
* 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))
16+
* 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))
17+
318
## [2.10.0](https://github.com/googleapis/java-common-protos/compare/v2.9.6...v2.10.0) (2022-11-04)
419

520

grpc-google-common-protos/pom.xml

Lines changed: 2 additions & 2 deletions
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-common-protos</artifactId>
7-
<version>2.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
7+
<version>2.11.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
88
<name>grpc-google-common-protos</name>
99
<description>GRPC library for grpc-google-common-protos</description>
1010
<parent>
1111
<groupId>com.google.api.grpc</groupId>
1212
<artifactId>google-common-protos-parent</artifactId>
13-
<version>2.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
13+
<version>2.11.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api.grpc</groupId>
55
<artifactId>google-common-protos-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
7+
<version>2.11.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
88
<name>Google Common Protos Parent</name>
99
<url>https://github.com/googleapis/java-iam</url>
1010
<description>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.api.grpc</groupId>
8383
<artifactId>grpc-google-common-protos</artifactId>
84-
<version>2.10.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
84+
<version>2.11.0</version><!-- {x-version-update:grpc-google-common-protos:current} -->
8585
</dependency>
8686
<dependency>
8787
<groupId>io.grpc</groupId>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.google.api.grpc</groupId>
9595
<artifactId>proto-google-common-protos</artifactId>
96-
<version>2.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
96+
<version>2.11.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.guava</groupId>

proto-google-common-protos/pom.xml

Lines changed: 2 additions & 2 deletions
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-common-protos</artifactId>
6-
<version>2.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
6+
<version>2.11.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
77
<name>proto-google-common-protos</name>
88
<description>PROTO library for proto-google-common-protos</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-common-protos-parent</artifactId>
12-
<version>2.10.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
12+
<version>2.11.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

versions.txt

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

4-
proto-google-common-protos:2.10.0:2.10.1-SNAPSHOT
5-
grpc-google-common-protos:2.10.0:2.10.1-SNAPSHOT
4+
proto-google-common-protos:2.11.0:2.11.0
5+
grpc-google-common-protos:2.11.0:2.11.0

0 commit comments

Comments
 (0)