Repository: zeppelin Updated Branches: refs/heads/branch-0.6 c1c141713 -> 7bf8cc0c2
[ZEPPELIN-1576] bump flink to 1.1.3 ### What is this PR for? Simple fix, bumped flink version ### What type of PR is it? Improvement ### Todos None ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1576 ### How should this be tested? Current unit tests will suffice ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Trevor Grant <[email protected]> Closes #1552 from rawkintrevo/patch-1 and squashes the following commits: 248a57b [Trevor Grant] [HOTFIX] bump flink to 1.1.3 (cherry picked from commit cf1f872e403c1e2a3695b2d8a2b061a87e0f2756) Signed-off-by: Mina Lee <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/7bf8cc0c Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/7bf8cc0c Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/7bf8cc0c Branch: refs/heads/branch-0.6 Commit: 7bf8cc0c210d83388a083e4cb5f0708d00bbb70f Parents: c1c1417 Author: Trevor Grant <[email protected]> Authored: Sat Oct 22 21:40:22 2016 -0700 Committer: Mina Lee <[email protected]> Committed: Sat Oct 29 10:32:41 2016 +0900 ---------------------------------------------------------------------- flink/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/7bf8cc0c/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 632eb83..e5d5843 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -34,7 +34,7 @@ <description>Zeppelin flink support</description> <properties> - <flink.version>1.1.2</flink.version> + <flink.version>1.1.3</flink.version> <flink.akka.version>2.3.7</flink.akka.version> <scala.macros.version>2.0.1</scala.macros.version> </properties>
