You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2018/01/15 02:22:53 UTC

[2/3] incubator-toree git commit: Prepare release 0.2.0-incubating

Prepare release 0.2.0-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/7705e14d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/7705e14d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/7705e14d

Branch: refs/heads/master
Commit: 7705e14d5f89b20b28b085484838bcb591e68142
Parents: d16e01f
Author: Luciano Resende <lr...@apache.org>
Authored: Sun Jan 14 18:07:22 2018 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Sun Jan 14 18:07:22 2018 -0800

----------------------------------------------------------------------
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/7705e14d/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 3f812ca..c1cb7b4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 .PHONY: help clean clean-dist build dev test system-test test-travis release pip-release bin-release dev-binder .binder-image audit audit-licenses
 
-BASE_VERSION?=0.2.0.dev1
+BASE_VERSION?=0.2.0
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))
@@ -27,7 +27,7 @@ IS_SNAPSHOT?=true
 SNAPSHOT:=-SNAPSHOT
 endif
 
-APACHE_SPARK_VERSION?=2.0.0
+APACHE_SPARK_VERSION?=2.2.0
 SCALA_VERSION?=2.11
 IMAGE?=jupyter/all-spark-notebook:228ae7a44e0c
 EXAMPLE_IMAGE?=apache/toree-examples