Repository: incubator-zeppelin Updated Branches: refs/heads/master 803ebc253 -> f291b2619
[ZEPPELIN-881] Apache Ignite version updated to 1.6 ### What is this PR for? Apache Ignite 1.6 contains JDBC driver improvements that affect Zeppelin Ignite interpreter user experience. ### What type of PR is it? [Improvement] ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-881 Author: agura <[email protected]> Closes #916 from agura/ZEPPELIN-881 and squashes the following commits: e215b00 [agura] ZEPPELIN-881 Apache Ignite version updated to 1.6 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/f291b261 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/f291b261 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/f291b261 Branch: refs/heads/master Commit: f291b26195d7c186994ef137f75c76eee87e21ce Parents: 803ebc2 Author: agura <[email protected]> Authored: Wed May 25 17:32:34 2016 +0300 Committer: Jongyoul Lee <[email protected]> Committed: Tue May 31 11:39:46 2016 +0900 ---------------------------------------------------------------------- ignite/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/f291b261/ignite/pom.xml ---------------------------------------------------------------------- diff --git a/ignite/pom.xml b/ignite/pom.xml index c6ebf40..b5e1f9a 100644 --- a/ignite/pom.xml +++ b/ignite/pom.xml @@ -33,7 +33,7 @@ <url>http://zeppelin.apache.org</url> <properties> - <ignite.version>1.5.0.final</ignite.version> + <ignite.version>1.6.0</ignite.version> <ignite.scala.binary.version>2.10</ignite.scala.binary.version> <ignite.scala.version>2.10.4</ignite.scala.version> </properties>
