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 fcf58acbe1588eddc1c47b9a2c056b2519b08e15 Author: GuoWei Ma <[email protected]> AuthorDate: Sun Apr 18 20:19:52 2021 +0800 Update version to 1.14-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 7e7e2b9..d582b63 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.13-SNAPSHOT</version> + <version>1.14-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
