diff --git a/pages/downloads.md b/pages/downloads.md index b8accdf53..1c90822e2 100644 --- a/pages/downloads.md +++ b/pages/downloads.md @@ -72,8 +72,8 @@ Be sure to [verify your downloads][VERIFY_PROCEDURES] using [these KEYS][GPG_KEY ## Current Releases {% assign linkVers = '3.0.0' %} -### {{linkVers}} **Latest**{: .badge .bg-primary} **non-LTM**{: .badge .bg-warning} -{: #latest } +### Accumulo {{linkVers}} **non-LTM**{: .badge .bg-warning} +{: #accumulo-nonltm } The {{linkVers}} release of Apache Accumulo® is the latest bleeding edge release, containing the newest features, bug fixes, performance enhancements, @@ -105,8 +105,8 @@ available in a future update to this site. {% assign linkVers = '2.1.3' %} -### {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success} -{: #latest } +### Accumulo {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success} +{: #accumulo-latest-ltm } The {{linkVers}} release of Apache Accumulo® is the latest release on the current stable generation, containing the newest bug fixes, performance @@ -134,38 +134,9 @@ enhancements, and more. -{% assign linkVers = '1.10.4' %} -### {{linkVers}} **Legacy**{: .badge .bg-secondary} **LTM**{: .badge .bg-success} -{: #legacy } - -The most recent legacy (1.x) release of Apache Accumulo® is version -{{linkVers}}. This is the final release of the 1.10 series, which is now -considered end-of-life. This means that code fixes that address bugs -reported against this version will only be applied to future versions. - -{% for srcbin in srcbinArray %} -{% assign lnkFile = 'accumulo-' | append: linkVers | append: '-' | append: srcbin | append: '.tar.gz' %} -{% assign lnkSuffix = '/accumulo/' | append: linkVers | append: '/' | append: lnkFile %} -