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.33.1 (#104)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [0.33.1](https://www.github.com/googleapis/java-webrisk/compare/v0.33.0...v0.33.1) (2020-03-30)


### Dependencies

* update dependency com.google.api:api-common to v1.9.0 ([#102](https://www.github.com/googleapis/java-webrisk/issues/102)) ([0affdb9](https://www.github.com/googleapis/java-webrisk/commit/0affdb92f1b5fbc121a2b46e5c7af7c7d9a16c08))
* update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#101](https://www.github.com/googleapis/java-webrisk/issues/101)) ([49e6839](https://www.github.com/googleapis/java-webrisk/commit/49e68397c9547641d114f38bcb79eee184bbfb91))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] committed Apr 1, 2020
1 parent 5e22597 commit 20b346f
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 22 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [0.33.1](https://www.github.com/googleapis/java-webrisk/compare/v0.33.0...v0.33.1) (2020-03-30)


### Dependencies

* update dependency com.google.api:api-common to v1.9.0 ([#102](https://www.github.com/googleapis/java-webrisk/issues/102)) ([0affdb9](https://www.github.com/googleapis/java-webrisk/commit/0affdb92f1b5fbc121a2b46e5c7af7c7d9a16c08))
* update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#101](https://www.github.com/googleapis/java-webrisk/issues/101)) ([49e6839](https://www.github.com/googleapis/java-webrisk/commit/49e68397c9547641d114f38bcb79eee184bbfb91))

## [0.33.0](https://www.github.com/googleapis/java-webrisk/compare/v0.32.1...v0.33.0) (2020-03-16)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -43,18 +43,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk</artifactId>
<version>0.33.0</version>
<version>0.33.1</version>
</dependency>

```

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

Expand Down
8 changes: 4 additions & 4 deletions google-cloud-webrisk-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk-bom</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-webrisk-v1beta1</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
<version>0.33.1</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand All @@ -83,7 +83,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-webrisk-v1beta1</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-webrisk-v1beta1:current} -->
<version>0.33.1</version><!-- {x-version-update:proto-google-cloud-webrisk-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-webrisk/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<packaging>jar</packaging>
<name>Google Cloud Web Risk</name>
<url>https://github.com/googleapis/java-webrisk</url>
<description>Java idiomatic client for Google Cloud Web Risk</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk-parent</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-webrisk</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion grpc-google-cloud-webrisk-v1/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk-parent</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-webrisk-v1beta1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-webrisk-v1beta1</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
<version>0.33.1</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
<name>grpc-google-cloud-webrisk-v1beta1</name>
<description>GRPC library for grpc-google-cloud-webrisk-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk-parent</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk: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-webrisk-parent</artifactId>
<packaging>pom</packaging>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<name>Google Cloud Web Risk Parent</name>
<url>https://github.com/googleapis/java-webrisk</url>
<description>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-webrisk-v1beta1</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-webrisk-v1beta1:current} -->
<version>0.33.1</version><!-- {x-version-update:proto-google-cloud-webrisk-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand All @@ -96,12 +96,12 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-webrisk-v1beta1</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
<version>0.33.1</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-webrisk</artifactId>
<version>0.33.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-webrisk:current} -->
<version>0.33.1</version><!-- {x-version-update:google-cloud-webrisk:current} -->
</dependency>

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

proto-google-cloud-webrisk-v1beta1:0.33.0:0.33.1-SNAPSHOT
grpc-google-cloud-webrisk-v1beta1:0.33.0:0.33.1-SNAPSHOT
google-cloud-webrisk:0.33.0:0.33.1-SNAPSHOT
proto-google-cloud-webrisk-v1beta1:0.33.1:0.33.1
grpc-google-cloud-webrisk-v1beta1:0.33.1:0.33.1
google-cloud-webrisk:0.33.1:0.33.1

0 comments on commit 20b346f

Please sign in to comment.