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

chore: release 0.29.1 #180

Merged
merged 12 commits into from
Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.29.1](https://www.github.com/googleapis/java-phishingprotection/compare/v0.29.0...v0.29.1) (2020-08-07)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.2 ([#179](https://www.github.com/googleapis/java-phishingprotection/issues/179)) ([7e1159b](https://www.github.com/googleapis/java-phishingprotection/commit/7e1159bbf1d61abb6d54c2c016276fa628254df9))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.8.6 ([0d10d24](https://www.github.com/googleapis/java-phishingprotection/commit/0d10d2411cff05648be43a169673cc9cdbeff0c1))

## [0.29.0](https://www.github.com/googleapis/java-phishingprotection/compare/v0.28.4...v0.29.0) (2020-06-22)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-phishingprotection:0.29.0'
compile 'com.google.cloud:google-cloud-phishingprotection:0.29.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.29.0"
libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.29.1"
```
[//]: # ({x-version-update-end})

Expand Down
8 changes: 4 additions & 4 deletions google-cloud-phishingprotection-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection-bom</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -64,17 +64,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.29.1</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.29.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.29.1</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-phishingprotection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</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.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</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
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-cloud-phishingprotection-v1beta1</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.29.1</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.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</version><!-- {x-version-update:google-cloud-phishingprotection: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.cloud</groupId>
<artifactId>google-cloud-phishingprotection-parent</artifactId>
<packaging>pom</packaging>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</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 @@ -70,17 +70,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-phishingprotection-v1beta1</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.29.1</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.29.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.29.1</version><!-- {x-version-update:grpc-google-cloud-phishingprotection-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-phishingprotection</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</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
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-cloud-phishingprotection-v1beta1</artifactId>
<version>0.29.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-phishingprotection-v1beta1:current} -->
<version>0.29.1</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.29.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
<version>0.29.1</version><!-- {x-version-update:google-cloud-phishingprotection:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

proto-google-cloud-phishingprotection-v1beta1:0.29.0:0.29.1-SNAPSHOT
grpc-google-cloud-phishingprotection-v1beta1:0.29.0:0.29.1-SNAPSHOT
google-cloud-phishingprotection:0.29.0:0.29.1-SNAPSHOT
proto-google-cloud-phishingprotection-v1beta1:0.29.1:0.29.1
grpc-google-cloud-phishingprotection-v1beta1:0.29.1:0.29.1
google-cloud-phishingprotection:0.29.1:0.29.1