Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions themes/solr/templates/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ <h3 id="about-versions-and-support">About versions and support
</h3>

<p>Apache Solr is under active development with frequent feature releases on the current major version.
<!-- Uncomment when 10.0 is released

The <strong>previous</strong> major version will see occasional critical security- or bug fixes releases.
-->
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.</p>

Expand All @@ -138,21 +137,17 @@ <h3 id="about-versions-and-support">About versions and support
<td>{{ SOLR_LATEST_RELEASE.split('.') | first }}.x</td>
<td>Current major version for feature releases (STABLE)</td>
</tr>
<!-- Uncomment when 10.0 is released

<tr align=left>
<td>{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }}.x</td>
<td>Previous major version may sometimes receive critical bugfix releases</td>
</tr>
-->
<tr align=left>
<td>{{ SOLR_LATEST_RELEASE.split('.') | first | int + 1 }}</td>
<td>Next major version, yet to be released (UNSTABLE)</td>
</tr>
<tr align=left>
<td>&lt;={{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }}</td>
<!-- Replace above line with this when 10.0 is released
<td>&lt;{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.') | first }}.{{ SOLR_PREVIOUS_MAJOR_RELEASE.split('.')[1] }}</td>
-->
<td>All older versions are End Of Life (EOL)</td>
</tr>
</table>
Expand Down