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/11/07 10:22:03 UTC

zeppelin git commit: ZEPPELIN-3023 Apache Ignite version is updated up to 2.3.0

Repository: zeppelin
Updated Branches:
  refs/heads/master d925e052a -> 8a1becd9f


ZEPPELIN-3023 Apache Ignite version is updated up to 2.3.0

### What is this PR for?
Apache Ignite version is updated up to 2.3.0 for Ignite Interpreter.

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

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

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

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

Closes #2642 from agura/zeppelin-3023 and squashes the following commits:

993032e [Andrey Gura] ZEPPELIN-3023 Apache Ignite version is updated up to 2.3.0


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

Branch: refs/heads/master
Commit: 8a1becd9fe0e81e0f4e8237cf8cf99fae620d090
Parents: d925e05
Author: Andrey Gura <ag...@apache.org>
Authored: Wed Nov 1 18:33:37 2017 +0300
Committer: Lee moon soo <mo...@apache.org>
Committed: Tue Nov 7 19:21:57 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8a1becd9/ignite/pom.xml
----------------------------------------------------------------------
diff --git a/ignite/pom.xml b/ignite/pom.xml
index ccbd37d..5ce6e37 100644
--- a/ignite/pom.xml
+++ b/ignite/pom.xml
@@ -33,7 +33,7 @@
 
   <properties>
     <interpreter.name>ignite</interpreter.name>
-    <ignite.version>2.2.0</ignite.version>
+    <ignite.version>2.3.0</ignite.version>
   </properties>
 
   <dependencies>