Skip to content

Commit a8e595d

Browse files
danoscarmikeneozwu
authored andcommitted
Update Video Intelligence release level to Beta (#2457)
1 parent 41b2594 commit a8e595d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This client supports the following Google Cloud Platform services at a [Beta](#v
2424
- [Cloud Pub/Sub](google-cloud-pubsub) (Beta)
2525
- [Cloud Spanner](google-cloud-spanner) (Beta)
2626
- [Cloud Natural Language](google-cloud-language) (Beta)
27+
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta)
2728
- [Cloud Vision](google-cloud-vision) (Beta)
2829

2930
This client supports the following Google Cloud Platform services at an [Alpha](#versioning) quality level:
@@ -36,7 +37,6 @@ This client supports the following Google Cloud Platform services at an [Alpha](
3637
- [Cloud Resource Manager](google-cloud-resourcemanager) (Alpha)
3738
- [Cloud Speech](google-cloud-speech) (Alpha)
3839
- [Cloud Trace](google-cloud-trace) (Alpha)
39-
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Alpha)
4040

4141
> Note: google-cloud-java is a work-in-progress, and may occasionally
4242
> make backwards-incompatible changes.

google-cloud-video-intelligence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-video-intelligence</artifactId>
5-
<version>0.24.1-alpha-SNAPSHOT</version>
5+
<version>0.24.1-beta-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Video Intelligence</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-video-intelligence</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<trace.version>0.24.1-alpha-SNAPSHOT</trace.version>
167167
<translate.version>1.6.1-SNAPSHOT</translate.version>
168168
<vision.version>0.24.1-beta-SNAPSHOT</vision.version>
169-
<video-intelligence.version>0.24.1-alpha-SNAPSHOT</video-intelligence.version>
169+
<video-intelligence.version>0.24.1-beta-SNAPSHOT</video-intelligence.version>
170170
<testing.version>0.24.1-alpha-SNAPSHOT</testing.version>
171171
</properties>
172172
<dependencyManagement>

0 commit comments

Comments
 (0)