diff --git a/themes/solr/templates/downloads.html b/themes/solr/templates/downloads.html index 84d3c4009..17e4e1384 100644 --- a/themes/solr/templates/downloads.html +++ b/themes/solr/templates/downloads.html @@ -120,9 +120,8 @@

About versions and support

Apache Solr is under active development with frequent feature releases on the current major version. - Older versions are considered EOL (End Of Life) and will not be further updated. For this reason it may also be difficult to obtain community support for EOL versions.

@@ -138,21 +137,17 @@

About versions and support {{ SOLR_LATEST_RELEASE.split('.') | first }}.x Current major version for feature releases (STABLE) - {{ SOLR_LATEST_RELEASE.split('.') | first | int + 1 }} Next major version, yet to be released (UNSTABLE) - <={{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }} - All older versions are End Of Life (EOL)