You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/09/01 07:58:28 UTC

[flink-benchmarks] 03/03: Bump default Flink version o 1.12

This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git

commit af7b4275d28c20efc036eedff7f0184891900ec9
Author: Piotr Nowojski <pi...@gmail.com>
AuthorDate: Wed Aug 26 16:48:23 2020 +0200

    Bump default Flink version o 1.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3fbde9e..cfe0de8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<flink.version>1.11-SNAPSHOT</flink.version>
+		<flink.version>1.12-SNAPSHOT</flink.version>
 		<flink.shaded.version>10.0</flink.shaded.version>
 		<netty.tcnative.version>2.0.25.Final</netty.tcnative.version>
 		<java.version>1.8</java.version>