From 113a56aad6f52a4f1c27f7057f3be829b05e9197 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 30 Apr 2018 16:49:24 -0700 Subject: [PATCH] HBASE-20510 Add a downloads page to hbase.apache.org to tie mirrored artifacts to their hash and signature --- src/site/site.xml | 2 +- src/site/xdoc/downloads.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++ src/site/xdoc/index.xml | 2 +- 3 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 src/site/xdoc/downloads.xml diff --git a/src/site/site.xml b/src/site/site.xml index 808801ba4d..122c947f77 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -70,7 +70,7 @@ - + diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml new file mode 100644 index 0000000000..6fa27020d1 --- /dev/null +++ b/src/site/xdoc/downloads.xml @@ -0,0 +1,75 @@ + + + + + Apache HBase Downloads + + + +
+

The below table lists mirrored release artifacts and their associated hashes and signatures + available ONLY at apache.org. The keys used to sign releases can be found in our published + KEYS file. See + Verify The Integrity Of The Files for + how to verify your mirrored downloads. +

+
+ + + + + + + + + + + + + + + + + +
VersionRelease DateCompatiblity ReportRelease NotesCommitDownload
+ 2.0.0 + + 2018/04/29 + + 1.2.6 vs 2.0.0 + + 2.0.0 Release Notes + + 7483b111e4da77adbfc8062b3b22cbe7c2cb91c1 + + (sha512 asc)
+ (sha512 asc) +
+
+ + +

If you are looking for an old release that is not present here or on the + mirror, check the Apache Archive. +

+
+ +
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index e1440ab261..d87ec55b09 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -37,7 +37,7 @@ Apache HBase is an open-source, distributed, versioned, non-relational database

- Click here to download Apache HBase™. + Click here to download Apache HBase™.

-- 2.16.3