You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/07/06 17:20:45 UTC

[39/50] [abbrv] incubator-beam git commit: [BEAM-392] Update flink dependency to the most recent stable version

[BEAM-392] Update flink dependency to the most recent stable version


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/721763a3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/721763a3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/721763a3

Branch: refs/heads/runners-spark2
Commit: 721763a3f8b79a5a583b6e881af6c02301b3a1a8
Parents: d71f385
Author: Isma�l Mej�a <ie...@gmail.com>
Authored: Wed Jun 29 23:00:02 2016 +0200
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Jul 6 10:18:52 2016 -0700

----------------------------------------------------------------------
 runners/flink/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/721763a3/runners/flink/pom.xml
----------------------------------------------------------------------
diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml
index bea639e..653fe2c 100644
--- a/runners/flink/pom.xml
+++ b/runners/flink/pom.xml
@@ -39,7 +39,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <flink.version>1.0.0</flink.version>
+    <flink.version>1.0.3</flink.version>
   </properties>
 
   <repositories>