Skip to content

Commit 38bf852

Browse files
authored
Vision moved to beta stage (#1701)
Vision moved to beta stage Fix MessageReceiver doc
1 parent 733ccc5 commit 38bf852

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1/MessageReceiver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public interface MessageReceiver {
2424
* Called when a message is received by the subscriber. The implementation must arrange for {@link
2525
* AckReplyConsumer#accept} to be called after processing the {@code message}.
2626
*
27-
* <p>This {@code MessageReceiver} passes all messages to a {@link BlockingQueue}.
27+
* <p>This {@code MessageReceiver} passes all messages to a {@code BlockingQueue}.
2828
* This method can be called concurrently from multiple threads,
2929
* so it is important that the queue be thread-safe.
3030
*

google-cloud-vision/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +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-vision</artifactId>
5+
<version>${beta.version}</version>
56
<packaging>jar</packaging>
67
<name>Google Cloud Vision</name>
78
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-vision</url>

google-cloud/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>${project.groupId}</groupId>
9494
<artifactId>google-cloud-vision</artifactId>
95-
<version>${project.version}</version>
95+
<version>${beta.version}</version>
9696
</dependency>
9797
</dependencies>
9898
</project>

0 commit comments

Comments
 (0)