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

Commit

Permalink
chore(main): release 0.123.6 (#798)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.123.6](v0.123.5...v0.123.6) (2022-09-27)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#792](#792)) ([60b0784](60b0784))
* Update dependency click to v8.1.3 ([#796](#796)) ([c00fe08](c00fe08))
* Update dependency gcp-releasetool to v1.8.8 ([#793](#793)) ([0340eff](0340eff))
* Update dependency google-auth to v2.11.1 ([#794](#794)) ([a3c51fe](a3c51fe))
* Update dependency google-cloud-storage to v2.5.0 ([#797](#797)) ([34b5ef3](34b5ef3))
* Update dependency googleapis-common-protos to v1.56.4 ([#795](#795)) ([e80ef93](e80ef93))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Sep 27, 2022
1 parent 0340eff commit 80553d2
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.123.6](https://github.com/googleapis/java-datalabeling/compare/v0.123.5...v0.123.6) (2022-09-27)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#792](https://github.com/googleapis/java-datalabeling/issues/792)) ([60b0784](https://github.com/googleapis/java-datalabeling/commit/60b0784f8e379f4ef82e381519296644aa00f3ca))
* Update dependency click to v8.1.3 ([#796](https://github.com/googleapis/java-datalabeling/issues/796)) ([c00fe08](https://github.com/googleapis/java-datalabeling/commit/c00fe085dcd3e96fbf54cb705676d65bd949c391))
* Update dependency gcp-releasetool to v1.8.8 ([#793](https://github.com/googleapis/java-datalabeling/issues/793)) ([0340eff](https://github.com/googleapis/java-datalabeling/commit/0340effc3c79ac47200ce438b56650c4e2f2e4d3))
* Update dependency google-auth to v2.11.1 ([#794](https://github.com/googleapis/java-datalabeling/issues/794)) ([a3c51fe](https://github.com/googleapis/java-datalabeling/commit/a3c51fe58bba3cff9cc27890d9718218e6f8ad29))
* Update dependency google-cloud-storage to v2.5.0 ([#797](https://github.com/googleapis/java-datalabeling/issues/797)) ([34b5ef3](https://github.com/googleapis/java-datalabeling/commit/34b5ef33db050eefe58c1c9a18eaffe7d0dac96a))
* Update dependency googleapis-common-protos to v1.56.4 ([#795](https://github.com/googleapis/java-datalabeling/issues/795)) ([e80ef93](https://github.com/googleapis/java-datalabeling/commit/e80ef93d7d9038b2491170dcce6627ab0883cf93))

## [0.123.5](https://github.com/googleapis/java-datalabeling/compare/v0.123.4...v0.123.5) (2022-09-15)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-datalabeling-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-datalabeling-bom</artifactId>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling: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-datalabeling</artifactId>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-datalabeling-v1beta1</artifactId>
<version>0.88.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
<version>0.88.6</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-datalabeling-v1beta1</artifactId>
<version>0.88.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
<version>0.88.6</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-datalabeling/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-datalabeling</artifactId>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<packaging>jar</packaging>
<name>Google Cloud Data Labeling</name>
<url>https://github.com/googleapis/java-datalabeling</url>
<description>Java idiomatic client for Google Cloud Data Labeling</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling-parent</artifactId>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-datalabeling</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-datalabeling-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-datalabeling-v1beta1</artifactId>
<version>0.88.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
<version>0.88.6</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
<name>grpc-google-cloud-datalabeling-v1beta1</name>
<description>GRPC library for grpc-google-cloud-datalabeling-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling-parent</artifactId>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling: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-datalabeling-parent</artifactId>
<packaging>pom</packaging>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<name>Google Cloud Data Labeling Parent</name>
<url>https://github.com/googleapis/java-datalabeling</url>
<description>
Expand Down Expand Up @@ -61,17 +61,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-datalabeling-v1beta1</artifactId>
<version>0.88.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
<version>0.88.6</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-datalabeling-v1beta1</artifactId>
<version>0.88.6-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
<version>0.88.6</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling</artifactId>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-datalabeling-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-datalabeling-v1beta1</artifactId>
<version>0.88.6-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
<version>0.88.6</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
<name>proto-google-cloud-datalabeling-v1beta1</name>
<description>PROTO library for proto-google-cloud-datalabeling-v1beta1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling-parent</artifactId>
<version>0.123.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.6</version><!-- {x-version-update:google-cloud-datalabeling: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

google-cloud-datalabeling:0.123.5:0.123.6-SNAPSHOT
grpc-google-cloud-datalabeling-v1beta1:0.88.5:0.88.6-SNAPSHOT
proto-google-cloud-datalabeling-v1beta1:0.88.5:0.88.6-SNAPSHOT
google-cloud-datalabeling:0.123.6:0.123.6
grpc-google-cloud-datalabeling-v1beta1:0.88.6:0.88.6
proto-google-cloud-datalabeling-v1beta1:0.88.6:0.88.6

0 comments on commit 80553d2

Please sign in to comment.