This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 36495b8 [BEAM-3340] Update Flink Runner to Flink 1.4.0
36495b8 is described below
commit 36495b8a125a55545a18e4a4d97c89b6aacfe27f
Author: Ismaël Mejía <[email protected]>
AuthorDate: Mon Dec 18 13:38:38 2017 +0100
[BEAM-3340] Update Flink Runner to Flink 1.4.0
---
runners/flink/build.gradle | 2 +-
runners/flink/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/runners/flink/build.gradle b/runners/flink/build.gradle
index 83427c9..dab2200 100644
--- a/runners/flink/build.gradle
+++ b/runners/flink/build.gradle
@@ -39,7 +39,7 @@ test {
}
}
-def flink_version = "1.3.0"
+def flink_version = "1.4.0"
dependencies {
compile library.java.guava
diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml
index 02cf88d..a2a2e75 100644
--- a/runners/flink/pom.xml
+++ b/runners/flink/pom.xml
@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<properties>
- <flink.version>1.3.0</flink.version>
+ <flink.version>1.4.0</flink.version>
</properties>
<profiles>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].