Skip to content

Commit

Permalink
Revert "chore(deps): update dependency com.google.cloud:google-cloud-…
Browse files Browse the repository at this point in the history
…datalabeling to v0.123.4 (googleapis#8356)"

This reverts commit 04eb95f.
  • Loading branch information
suztomo committed Sep 16, 2022
1 parent 0b3509c commit 8888157
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CoverageAggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datacatalog</artifactId><version>1.9.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataflow</artifactId><version>0.7.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataform</artifactId><version>0.2.1</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datalabeling</artifactId><version>0.123.4</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datalabeling</artifactId><version>0.123.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataplex</artifactId><version>1.1.1</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataproc-metastore</artifactId><version>2.4.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataproc</artifactId><version>4.0.4</version></dependency>
Expand Down Expand Up @@ -202,7 +202,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datacatalog</artifactId><version>1.9.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataflow</artifactId><version>0.7.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataform</artifactId><version>0.2.1</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datalabeling</artifactId><version>0.123.4</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datalabeling</artifactId><version>0.123.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataplex</artifactId><version>1.1.1</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataproc-metastore</artifactId><version>2.4.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataproc</artifactId><version>4.0.4</version></dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-datalabeling/google-cloud-datalabeling-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling</artifactId>
<version>0.123.4</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-datalabeling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling</artifactId>
<version>0.123.4</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.123.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-datalabeling/samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling</artifactId>
<version>0.123.4</version>
<version>0.123.3</version>
</dependency>
<!-- [END datalabeling_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-datalabeling/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling</artifactId>
<version>0.123.4</version>
<version>0.123.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8888157

Please sign in to comment.