Repository: zeppelin Updated Branches: refs/heads/master 60089f0f5 -> cf1f872e4
[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 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/cf1f872e Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/cf1f872e Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/cf1f872e Branch: refs/heads/master Commit: cf1f872e403c1e2a3695b2d8a2b061a87e0f2756 Parents: 60089f0 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:28 2016 +0900 ---------------------------------------------------------------------- flink/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/cf1f872e/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index 1686d06..5ba7e33 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>
