You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2016/07/01 05:54:29 UTC

[2/3] 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/2d3d0f4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2d3d0f4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2d3d0f4c

Branch: refs/heads/master
Commit: 2d3d0f4c2bbfddaf36e6b1068739c9ea48587d6d
Parents: df1d5f6
Author: Isma�l Mej�a <ie...@gmail.com>
Authored: Wed Jun 29 23:00:02 2016 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Fri Jul 1 07:50:35 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2d3d0f4c/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>