This is an automated email from the ASF dual-hosted git repository.
akm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/master by this push:
new ee9c8f2 NOJIRA: Updating release version on home page and changing
hard-coded download link to dynamic.
ee9c8f2 is described below
commit ee9c8f2e7539d251eff517a3dfdba7f1c2d3092d
Author: Andrew Musselman <[email protected]>
AuthorDate: Thu Mar 7 08:26:43 2019 -0800
NOJIRA: Updating release version on home page and changing hard-coded
download link to dynamic.
---
website/_config.yml | 2 +-
website/_layouts/home.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/_config.yml b/website/_config.yml
index c034612..146eb25 100644
--- a/website/_config.yml
+++ b/website/_config.yml
@@ -1,7 +1,7 @@
title : Apache Mahout
description: Distributed Linear Algebra
-mahout-version: 0.13.0
+mahout-version: 0.14.0
author :
name : The Apache Software Foundation
diff --git a/website/_layouts/home.html b/website/_layouts/home.html
index 7d03b9d..6e912e0 100644
--- a/website/_layouts/home.html
+++ b/website/_layouts/home.html
@@ -15,7 +15,7 @@ layout: default
<div class="mahout-header-lower">
<div class="container position-relative mb-auto">
<h2 class="mb-4">For Creating Scalable Performant Machine Learning
Applications</h2>
- <a class="btn btn-lg btn-light btn-download mb-3"
href="http://mirror.stjschools.org/public/apache/mahout/{{ site.mahout-version
}}/apache-mahout-distribution-{{ site.mahout-version }}.tar.gz"><i class="fa
fa-download"></i> Download Mahout</a>
+ <a class="btn btn-lg btn-light btn-download mb-3"
href="https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=mahout/{{
site.mahout-version }}/mahout-{{ site.mahout-version }}-source-release.zip"><i
class="fa fa-download"></i> Download Mahout</a>
<div class="small text-white mx-auto">Currently v{{ site.mahout-version
}}</div>
</div>
</div>