You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2017/10/01 18:50:02 UTC

zeppelin git commit: ZEPPELIN-2947 Ignite version is updated up to 2.2.0

Repository: zeppelin
Updated Branches:
  refs/heads/master 554d7ba73 -> 300c9ef16


ZEPPELIN-2947 Ignite version is updated up to 2.2.0

### What is this PR for?
Apache Ignite version is updated up to 2.2.0 for Apache Ignite interpreter.

### What type of PR is it?
[Improvement]

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2947

### How should this be tested?
Unit-tests.

Author: Andrey Gura <ag...@apache.org>

Closes #2595 from agura/zeppelin-2947 and squashes the following commits:

e6e4edd [Andrey Gura] ZEPPELIN-2947 Ignite version is updated up to 2.2.0


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/300c9ef1
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/300c9ef1
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/300c9ef1

Branch: refs/heads/master
Commit: 300c9ef1624033ea8c0ad21c6a7f183727fc9274
Parents: 554d7ba
Author: Andrey Gura <ag...@apache.org>
Authored: Thu Sep 21 19:24:00 2017 +0300
Committer: Lee moon soo <mo...@apache.org>
Committed: Sun Oct 1 11:49:59 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/300c9ef1/ignite/pom.xml
----------------------------------------------------------------------
diff --git a/ignite/pom.xml b/ignite/pom.xml
index dfaae09..9b1855c 100644
--- a/ignite/pom.xml
+++ b/ignite/pom.xml
@@ -32,7 +32,7 @@
   <name>Zeppelin: Apache Ignite interpreter</name>
 
   <properties>
-    <ignite.version>2.1.0</ignite.version>
+    <ignite.version>2.2.0</ignite.version>
   </properties>
 
   <dependencies>