This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 1512bc127d46a65b74d6f9269f2b5ea06e06d270 Author: Kurt Young <[email protected]> AuthorDate: Fri Jul 12 14:25:23 2019 +0800 Update version to 1.10-SNAPSHOT --- flink-examples-streaming-gcp-pubsub/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-examples-streaming-gcp-pubsub/pom.xml b/flink-examples-streaming-gcp-pubsub/pom.xml index ab1c91f..969f153 100644 --- a/flink-examples-streaming-gcp-pubsub/pom.xml +++ b/flink-examples-streaming-gcp-pubsub/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <artifactId>flink-examples-build-helper</artifactId> <groupId>org.apache.flink</groupId> - <version>1.9-SNAPSHOT</version> + <version>1.10-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
