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
…video-intelligence to v2.2.4 (googleapis#8303)"

This reverts commit 7d0bd06.
  • Loading branch information
suztomo committed Sep 16, 2022
1 parent 2b125d7 commit 01d87b7
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 @@ -137,7 +137,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-tpu</artifactId><version>2.3.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-trace</artifactId><version>2.3.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-translate</artifactId><version>2.3.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-intelligence</artifactId><version>2.2.4</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-intelligence</artifactId><version>2.2.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-live-stream</artifactId><version>0.5.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-stitcher</artifactId><version>0.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-transcoder</artifactId><version>1.2.2-SNAPSHOT</version></dependency>
Expand Down Expand Up @@ -281,7 +281,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-tpu</artifactId><version>2.3.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-trace</artifactId><version>2.3.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-translate</artifactId><version>2.3.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-intelligence</artifactId><version>2.2.4</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-intelligence</artifactId><version>2.2.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-live-stream</artifactId><version>0.5.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-stitcher</artifactId><version>0.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-video-transcoder</artifactId><version>1.2.2-SNAPSHOT</version></dependency>
Expand Down
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-video-intelligence</artifactId>
<version>2.2.4</version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
<version>2.2.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-video-intelligence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-intelligence</artifactId>
<version>2.2.4</version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
<version>2.2.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-video-intelligence:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
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-video-intelligence</artifactId>
<version>2.2.4</version>
<version>2.2.3</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-video-intelligence/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-video-intelligence</artifactId>
<version>2.2.4</version>
<version>2.2.3</version>
</dependency>
<!-- {x-version-update-end} -->
<dependency>
Expand Down

0 comments on commit 01d87b7

Please sign in to comment.