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

Commit

Permalink
chore: release 0.32.0 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 1, 2021
1 parent f8be34f commit 321af0d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [0.32.0](https://www.github.com/googleapis/java-phishingprotection/compare/v0.31.2...v0.32.0) (2021-09-01)


### Features

* Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-phishingprotection/issues/1196)) ([#532](https://www.github.com/googleapis/java-phishingprotection/issues/532)) ([bb433c2](https://www.github.com/googleapis/java-phishingprotection/commit/bb433c24a4554107e3dc25ab7e351ccc29dcfe82))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#534](https://www.github.com/googleapis/java-phishingprotection/issues/534)) ([d98cf2b](https://www.github.com/googleapis/java-phishingprotection/commit/d98cf2b18aa45abc9a730585def49196254c6629))

### [0.31.2](https://www.github.com/googleapis/java-phishingprotection/compare/v0.31.1...v0.31.2) (2021-08-23)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-phishingprotection-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection-bom</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -52,17 +52,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.32.0</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.32.0</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-phishingprotection/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<packaging>jar</packaging>
<name>Google Cloud Phishing Protection</name>
<url>https://github.com/googleapis/java-phishingprotection</url>
<description>Java idiomatic client for Google Cloud Phishing Protection</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection-parent</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-phishingprotection</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-phishingprotection-v1beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.32.0</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<name>grpc-google-cloud-phishingprotection-v1beta1</name>
<description>GRPC library for grpc-google-cloud-phishingprotection-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection-parent</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection-parent</artifactId>
<packaging>pom</packaging>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<name>Google Cloud Phishing Protection Parent</name>
<url>https://github.com/googleapis/java-phishingprotection</url>
<description>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.32.0</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.32.0</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-phishingprotection-v1beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.32.0</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
<name>proto-google-cloud-phishingprotection-v1beta1</name>
<description>PROTO library for proto-google-cloud-phishingprotection-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection-parent</artifactId>
<version>0.31.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.32.0</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-phishingprotection:0.31.2:0.31.3-SNAPSHOT
grpc-google-cloud-phishingprotection-v1beta1:0.31.2:0.31.3-SNAPSHOT
proto-google-cloud-phishingprotection-v1beta1:0.31.2:0.31.3-SNAPSHOT
google-cloud-phishingprotection:0.32.0:0.32.0
grpc-google-cloud-phishingprotection-v1beta1:0.32.0:0.32.0
proto-google-cloud-phishingprotection-v1beta1:0.32.0:0.32.0

0 comments on commit 321af0d

Please sign in to comment.