Skip to content

Commit

Permalink
Bump Vision version from alpha to beta
Browse files Browse the repository at this point in the history
Fix MessageReceiver doc
  • Loading branch information
vam-google committed Mar 6, 2017
1 parent cafcbe3 commit c67e222
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions google-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.9.4-alpha-SNAPSHOT</version>
<version>0.9.4-alpha</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-vision</artifactId>
<version>${project.version}</version>
<version>${beta.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit c67e222

Please sign in to comment.