You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/02/09 01:50:42 UTC

incubator-systemml-website git commit: [MINOR] Update download page and button for release 0.12

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 6024e812a -> 9a44c56bd


[MINOR] Update download page and button for release 0.12

Closes #37.


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/9a44c56b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/9a44c56b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/9a44c56b

Branch: refs/heads/master
Commit: 9a44c56bd4f0e99fae2073ff626a5a9a222f118c
Parents: 6024e81
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Wed Feb 8 17:47:59 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Wed Feb 8 17:47:59 2017 -0800

----------------------------------------------------------------------
 _src/_data/project.yml                 | 2 +-
 _src/_includes/themes/apache/home.html | 2 +-
 _src/download.html                     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/9a44c56b/_src/_data/project.yml
----------------------------------------------------------------------
diff --git a/_src/_data/project.yml b/_src/_data/project.yml
index e992968..b4c8e66 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.11.0-incubating
+release_version: 0.12.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/9a44c56b/_src/_includes/themes/apache/home.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/home.html b/_src/_includes/themes/apache/home.html
index d10a4b4..210ad27 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -26,7 +26,7 @@ limitations under the License.
       <p>A machine learning platform optimal for big data</p>
     </div>
     <div class="col col-12 content-group button-group">
-      <a class="button button-primary" href="download.html">Download SystemML 0.11.0-incubating</a>
+      <a class="button button-primary" href="download.html">Download SystemML {{ site.data.project.release_version }}</a>
     </div>
   </div>
   <!-- video background  -->

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/9a44c56b/_src/download.html
----------------------------------------------------------------------
diff --git a/_src/download.html b/_src/download.html
index 064e3be..1378087 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 }}</h2>
+      <h2>Download SystemML {{ site.data.project.release_version }} for Spark 1.6</h2>
     </div>
 
     <div class="col col-12 content-group row">
@@ -81,7 +81,7 @@ limitations under the License.
           <p>Instructions for checking hashes and signatures is described on the <a href="http://www.apache.org/info/verification.html" target="_blank">Verifying Apache Software Foundation Releases</a> page.</p>
 
           <h3>Nightly Experimental Builds</h3>
-          <p>Nighly experimental builds can be obtained from <a href="https://sparktc.ibmcloud.com/repo/latest/" target="_blank">our nightly build</a> page.</p>
+          <p>Nightly experimental builds for Spark 2.x can be obtained from <a href="https://sparktc.ibmcloud.com/repo/latest/" target="_blank">our nightly build</a> page.</p>
 
           <h3>Bleeding-Edge</h3>
           <p>You can also retrieve the source files from our <a href="https://github.com/apache/incubator-systemml" target="_blank">Git repository</a> and create a bleeding-edge build by typing:</p>