Repository: incubator-systemml-website Updated Branches: refs/heads/master 11d697660 -> 8d885d5b1
[MINOR] Update download page for release 0.13 Closes #40. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/8d885d5b Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/8d885d5b Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/8d885d5b Branch: refs/heads/master Commit: 8d885d5b113cd0fc098ac55256492777160c3f33 Parents: 11d6976 Author: Glenn Weidner <[email protected]> Authored: Fri Mar 3 09:38:16 2017 -0800 Committer: Glenn Weidner <[email protected]> Committed: Fri Mar 3 09:38:16 2017 -0800 ---------------------------------------------------------------------- _src/_data/project.yml | 2 +- _src/download.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/8d885d5b/_src/_data/project.yml ---------------------------------------------------------------------- diff --git a/_src/_data/project.yml b/_src/_data/project.yml index b4c8e66..8012611 100644 --- a/_src/_data/project.yml +++ b/_src/_data/project.yml @@ -50,7 +50,7 @@ issues_list_archive_markmail: jira: SYSTEMML release_name: systemml -release_version: 0.12.0-incubating +release_version: 0.13.0-incubating source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git source_repository_mirror: https://github.com/apache/incubator-systemml http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/8d885d5b/_src/download.html ---------------------------------------------------------------------- diff --git a/_src/download.html b/_src/download.html index 42815a8..0c82c75 100644 --- a/_src/download.html +++ b/_src/download.html @@ -39,7 +39,7 @@ limitations under the License. <p>Apache SystemML is released as a source artifact. Binary artifacts (including the ones available in Maven) are made available for your convenience. You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors. Apache SystemML is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. </p> </div> <div class="col col-12 content-group"> - <h2>Download SystemML {{ site.data.project.release_version }} for Spark 1.6</h2> + <h2>Download SystemML {{ site.data.project.release_version }} for Spark 2.1</h2> </div> <div class="col col-12 content-group row"> @@ -112,7 +112,7 @@ mvn clean package</pre> </dependency></pre> <h3>Previous Releases</h3> - <p>All previous releases of Apache SystemML can be obtained from <a href="http://archive.apache.org/dist/incubator/systemml/" target="_blank">archives</a>.</p> + <p>All previous releases of Apache SystemML can be obtained from <a href="http://archive.apache.org/dist/incubator/systemml/" target="_blank">archives</a>. For Spark 1.6 support, please use Apache SystemML 0.12.</p> </div> </div> </div>
