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.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 1, 2022
1 parent ae04eb4 commit aeed6ab
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.8.0](https://github.com/googleapis/java-common-protos/compare/v2.7.4...v2.8.0) (2022-03-01)


### Features

* KMS configuration in settings ([#322](https://github.com/googleapis/java-common-protos/issues/322)) ([14ca04e](https://github.com/googleapis/java-common-protos/commit/14ca04e78d547cc643f419984747781c8915a261))


### Dependencies

* update dependency io.grpc:grpc-protobuf to v1.44.1 ([#324](https://github.com/googleapis/java-common-protos/issues/324)) ([7be56a8](https://github.com/googleapis/java-common-protos/commit/7be56a87aadcbebc98d3136d8c7f4a54a8fe802d))

### [2.7.4](https://github.com/googleapis/java-common-protos/compare/v2.7.3...v2.7.4) (2022-02-11)


Expand Down
4 changes: 2 additions & 2 deletions grpc-google-common-protos/pom.xml
Original file line number Diff line number Diff line change
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.7.5-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.8.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.7.5-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.8.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<packaging>pom</packaging>
<version>2.7.5-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.8.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.7.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
<version>2.8.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.7.5-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.8.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.1</version>
<reportSets>
<reportSet>
<reports>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-common-protos/pom.xml
Original file line number Diff line number Diff line change
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.7.5-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.8.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.7.5-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.8.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version

proto-google-common-protos:2.7.4:2.7.5-SNAPSHOT
grpc-google-common-protos:2.7.4:2.7.5-SNAPSHOT
proto-google-common-protos:2.8.0:2.8.0
grpc-google-common-protos:2.8.0:2.8.0

0 comments on commit aeed6ab

Please sign in to comment.