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 eaad434fa0502a1446ee402003f518f66581e6a4 Author: Dian Fu <[email protected]> AuthorDate: Thu Nov 26 14:20:51 2020 +0800 Update version to 1.13-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 6378010..7e7e2b9 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.12-SNAPSHOT</version> + <version>1.13-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
