This is an automated email from the ASF dual-hosted git repository.
myui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git
The following commit(s) were added to refs/heads/master by this push:
new 6ae5e4a [HIVEMALL-310] Remove old release artifacts and unlink them
6ae5e4a is described below
commit 6ae5e4a0ae68816041ab88b015dccb14d2031e40
Author: Makoto Yui <[email protected]>
AuthorDate: Wed Apr 28 11:43:37 2021 +0900
[HIVEMALL-310] Remove old release artifacts and unlink them
## What changes were proposed in this pull request?
Update links for old release artifacts
## What type of PR is it?
Documentation
## What is the Jira issue?
https://issues.apache.org/jira/browse/HIVEMALL-310
Author: Makoto Yui <[email protected]>
Closes #240 from myui/HIVEMALL-310.
---
src/site/markdown/download.md | 4 ++--
src/site/markdown/release-guide.md | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 08739a3..c4024fa 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -28,8 +28,8 @@ Detailed ChangeLog of each version can be found in the JIRA
link.
| RELEASE | DATE | DESCRIPTION | COMMIT | DOWNLOAD |
|:--------|:-----|:------------|:-------|:---------|
| 0.6.0 | [2019-12-19](https://markmail.org/message/2ch6vdu5vcvifpvk) | The
3rd Apache release. Supported XGBoost training/prediction.
([ChangeLog](https://www.apache.org/dist/incubator/hivemall/0.6.0-incubating/ChangeLog.html))
| [36a177c](https://github.com/apache/incubator-hivemall/tree/v0.6.0-rc1) |
[src.zip](https://www.apache.org/dyn/closer.cgi/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip)<br/>([asc](https://www.apache.org/dist/incubator/hivemall
[...]
-| 0.5.2 |
[2018-12-03](https://lists.apache.org/thread.html/10155a0749d40eb79fc89814097ce762325cf7993212744117515eba@%3Cdev.hivemall.apache.org%3E)
| The 2nd Apache release. Supported Apache v2.3. We supported [Brickhouse
UDFs](https://issues.apache.org/jira/browse/HIVEMALL-145) and [Field-aware
Factorization Machines](https://issues.apache.org/jira/browse/HIVEMALL-24).
([ChangeLog](https://www.apache.org/dist/incubator/hivemall/0.5.2-incubating/ChangeLog.html))
| [46d385c](https://githu [...]
-| 0.5.0 | [2018-03-05](https://markmail.org/thread/imnf6azzxksrbdg4) | The
first Apache release. There are tremendous changes since
[v0.4.2-rc.2](https://github.com/myui/hivemall/releases/tag/v0.4.2-rc.2) which
is the last release before entering Apache Incubator.
([ChangeLog](https://www.apache.org/dist/incubator/hivemall/0.5.0-incubating/ChangeLog.html))
|
[9610fdd](https://github.com/apache/incubator-hivemall/commit/9610fdd93628defa735ea8ba23703d0836bbe2f1)
| [src.zip](https://www.apa [...]
+| 0.5.2 |
[2018-12-03](https://lists.apache.org/thread.html/10155a0749d40eb79fc89814097ce762325cf7993212744117515eba@%3Cdev.hivemall.apache.org%3E)
| The 2nd Apache release. Supported Apache v2.3. We supported [Brickhouse
UDFs](https://issues.apache.org/jira/browse/HIVEMALL-145) and [Field-aware
Factorization Machines](https://issues.apache.org/jira/browse/HIVEMALL-24).
([ChangeLog](https://archive.apache.org/dist/incubator/hivemall/0.5.2-incubating/ChangeLog.html))
| [46d385c](https://g [...]
+| 0.5.0 | [2018-03-05](https://markmail.org/thread/imnf6azzxksrbdg4) | The
first Apache release. There are tremendous changes since
[v0.4.2-rc.2](https://github.com/myui/hivemall/releases/tag/v0.4.2-rc.2) which
is the last release before entering Apache Incubator.
([ChangeLog](https://archive.apache.org/dist/incubator/hivemall/0.5.0-incubating/ChangeLog.html))
|
[9610fdd](https://github.com/apache/incubator-hivemall/commit/9610fdd93628defa735ea8ba23703d0836bbe2f1)
| [src.zip](https://arc [...]
| .. | .. | .. | .. | .. |
You should verify your download by following [these
procedures](https://www.apache.org/dyn/closer.cgi#verify) and using these
[KEYS](https://www.apache.org/dist/incubator/hivemall/KEYS).
diff --git a/src/site/markdown/release-guide.md
b/src/site/markdown/release-guide.md
index ae2ffaf..07964dd 100644
--- a/src/site/markdown/release-guide.md
+++ b/src/site/markdown/release-guide.md
@@ -477,6 +477,8 @@ svn add 0.5.0-incubating/
svn commit -m "Put hivemall version 0.5.0-incubating release artifacts"
```
+*Note:* old releases are [automatically
archived](https://archive.apache.org/dist/incubator/) and to needed to be
removed from [dist](https://archive.apache.org/dist/incubator/hivemall/).
+
Check release artifacts in the SVN repository:
[https://dist.apache.org/repos/dist/release/incubator/hivemall/0.5.0-incubating/](https://dist.apache.org/repos/dist/release/incubator/hivemall/0.5.0-incubating/)
([Mirror](https://www.apache.org/dyn/closer.cgi/incubator/hivemall))