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.0 (#3)
Browse files Browse the repository at this point in the history
* created CHANGELOG.md [ci skip]

* updated README.md [ci skip]

* updated versions.txt [ci skip]

* updated grpc-google-common-protos/pom.xml [ci skip]

* updated proto-google-common-protos/pom.xml [ci skip]

* updated pom.xml [ci skip]

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 4, 2020
1 parent 5b6845f commit 3087816
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* add DateTime/TimeOfDay protos ([#1](https://www.github.com/googleapis/java-common-protos/issues/1)) ([e33500c](https://www.github.com/googleapis/java-common-protos/commit/e33500c45789ece6f5f3b29d37a127bdc767dde0))
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>1.17.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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>1.17.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 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>1.17.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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 @@ -89,7 +89,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>1.17.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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 @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>1.17.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.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>1.17.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>1.18.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

proto-google-common-protos:1.17.0:1.17.1-SNAPSHOT
proto-google-common-protos:1.18.0:1.18.0

0 comments on commit 3087816

Please sign in to comment.