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 <[email protected]> Authored: Thu Feb 1 19:08:28 2018 -0800 Committer: Luciano Resende <[email protected]> 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"
