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
…dataproc-metastore to v2.4.2 (googleapis#8357)"

This reverts commit 9dc10b3.
  • Loading branch information
suztomo committed Sep 16, 2022
1 parent fcc0f71 commit 0b3509c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CoverageAggregator/pom.xml
Expand Up @@ -60,7 +60,7 @@
<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-dataplex</artifactId><version>1.1.1</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataproc-metastore</artifactId><version>2.4.2</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>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datastream</artifactId><version>1.1.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-debugger-client</artifactId><version>1.3.3</version></dependency>
Expand Down Expand Up @@ -204,7 +204,7 @@
<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-dataplex</artifactId><version>1.1.1</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-dataproc-metastore</artifactId><version>2.4.2</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>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-datastream</artifactId><version>1.1.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-debugger-client</artifactId><version>1.3.3</version></dependency>
Expand Down
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc-metastore</artifactId>
<version>2.4.2</version><!-- {x-version-update:google-cloud-dataproc-metastore:current} -->
<version>2.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-dataproc-metastore:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-dataproc-metastore/pom.xml
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc-metastore</artifactId>
<version>2.4.2</version><!-- {x-version-update:google-cloud-dataproc-metastore:current} -->
<version>2.4.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-dataproc-metastore:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc-metastore</artifactId>
<version>2.4.2</version>
<version>2.4.1</version>
</dependency>
<!-- [END dataproc-metastore_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-dataproc-metastore/samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc-metastore</artifactId>
<version>2.4.2</version>
<version>2.4.1</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion java-dataproc-metastore/samples/snippets/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc-metastore</artifactId>
<version>2.4.2</version>
<version>2.4.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0b3509c

Please sign in to comment.