Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This client supports the following Google Cloud Platform services at a [Beta](#v
- [Cloud Pub/Sub](google-cloud-pubsub) (Beta)
- [Cloud Spanner](google-cloud-spanner) (Beta)
- [Cloud Natural Language](google-cloud-language) (Beta)
- [Cloud Video Intelligence](google-cloud-video-intelligence) (Beta)
- [Cloud Vision](google-cloud-vision) (Beta)

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

> Note: google-cloud-java is a work-in-progress, and may occasionally
> make backwards-incompatible changes.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-video-intelligence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-video-intelligence</artifactId>
<version>0.24.1-alpha-SNAPSHOT</version>
<version>0.24.1-beta-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Google Cloud Video Intelligence</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-video-intelligence</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<trace.version>0.24.1-alpha-SNAPSHOT</trace.version>
<translate.version>1.6.1-SNAPSHOT</translate.version>
<vision.version>0.24.1-beta-SNAPSHOT</vision.version>
<video-intelligence.version>0.24.1-alpha-SNAPSHOT</video-intelligence.version>
<video-intelligence.version>0.24.1-beta-SNAPSHOT</video-intelligence.version>
<testing.version>0.24.1-alpha-SNAPSHOT</testing.version>
</properties>
<dependencyManagement>
Expand Down