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

Commit

Permalink
chore: release 1.18.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 11, 2020
1 parent 0bfcdb4 commit df1f5e4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [1.18.1](https://www.github.com/googleapis/java-common-protos/compare/v1.18.0...v1.18.1) (2020-08-11)


### Dependencies

* update dependency com.google.protobuf:protobuf-bom to v3.12.0 ([#8](https://www.github.com/googleapis/java-common-protos/issues/8)) ([cb0fcd9](https://www.github.com/googleapis/java-common-protos/commit/cb0fcd9f74ca51220d3b9e4b330575920732dfa1))
* update dependency com.google.protobuf:protobuf-bom to v3.12.2 ([#10](https://www.github.com/googleapis/java-common-protos/issues/10)) ([d1e68f6](https://www.github.com/googleapis/java-common-protos/commit/d1e68f6733737f31cad7855ffee10000ec37f73a))
* update dependency io.grpc:grpc-bom to v1.30.0 ([#12](https://www.github.com/googleapis/java-common-protos/issues/12)) ([67a5c0f](https://www.github.com/googleapis/java-common-protos/commit/67a5c0f695eefd0dca740544089a338cfecb700f))

## [1.18.0](https://www.github.com/googleapis/java-common-protos/compare/v1.17.0...v1.18.0) (2020-05-04)


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>1.18.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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>1.18.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 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>1.18.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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 @@ -89,7 +89,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>1.18.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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
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>proto-google-common-protos</artifactId>
<version>1.18.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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>1.18.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

proto-google-common-protos:1.18.0:1.18.1-SNAPSHOT
proto-google-common-protos:1.18.1:1.18.1

0 comments on commit df1f5e4

Please sign in to comment.