Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vision moved to beta stage #1701

Merged
merged 7 commits into from
Mar 6, 2017
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface MessageReceiver {
* Called when a message is received by the subscriber. The implementation must arrange for {@link
* AckReplyConsumer#accept} to be called after processing the {@code message}.
*
* <p>This {@code MessageReceiver} passes all messages to a {@link BlockingQueue}.
* <p>This {@code MessageReceiver} passes all messages to a {@code BlockingQueue}.
* This method can be called concurrently from multiple threads,
* so it is important that the queue be thread-safe.
*
Expand Down
1 change: 1 addition & 0 deletions google-cloud-vision/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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-vision</artifactId>
<version>${beta.version}</version>
<packaging>jar</packaging>
<name>Google Cloud Vision</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-vision</url>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-vision</artifactId>
<version>${project.version}</version>
<version>${beta.version}</version>

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

</dependency>
</dependencies>
</project>