You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2018/02/02 03:08:34 UTC

bahir-website git commit: [BAHIR-157] Fix current spark version for documentation

Repository: bahir-website
Updated Branches:
  refs/heads/master 0a9bf0d2a -> d7e1bf9a2


[BAHIR-157] Fix current spark version for documentation


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/d7e1bf9a
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/d7e1bf9a
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/d7e1bf9a

Branch: refs/heads/master
Commit: d7e1bf9a21ec68842b736bcab316801ee7e3f038
Parents: 0a9bf0d
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Feb 1 19:08:28 2018 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Feb 1 19:08:28 2018 -0800

----------------------------------------------------------------------
 site/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/d7e1bf9a/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index bf96c09..46617dc 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -41,6 +41,6 @@ JB:
        tracking_id: UA-79140859-1
 
 # These allow the documentation to be updated with newer releases
-SPARK_VERSION: 2.2.0.1.0.0-SNAPSHOT
+SPARK_VERSION: 2.3.0-SNAPSHOT
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"