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/04/21 20:57:45 UTC

incubator-toree git commit: [MINOR] Update supported Spark version on README

Repository: incubator-toree
Updated Branches:
  refs/heads/master c88264aa4 -> 98e0e03a9


[MINOR] Update supported Spark version on README


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

Branch: refs/heads/master
Commit: 98e0e03a94f2e8668b3528fd2dde9408d83d1168
Parents: c88264a
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Apr 21 13:57:40 2018 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Apr 21 13:57:40 2018 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/98e0e03a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 584a37e..2b37ea3 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ As it stands, we maintain several branches for legacy versions of Spark. The tab
 
 Branch                       | Apache Spark Version
 ---------------------------- | --------------------
-[master][master]             | 2.0
+[master][master]             | 2.x.x
 [0.1.x][0.1.x]               | 1.6+
 
 Please note that for the most part, new features will mainly be added to the `master` branch.