This is an automated email from the ASF dual-hosted git repository.

anshum pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/production by this push:
     new 6f49d99d3 Fix EOL messaging for 10.0 release (#165)
6f49d99d3 is described below

commit 6f49d99d3dcaa50d5ddca0e0f8309b97027b955e
Author: Anshum Gupta <[email protected]>
AuthorDate: Mon Mar 9 13:35:46 2026 -0700

    Fix EOL messaging for 10.0 release (#165)
---
 themes/solr/templates/downloads.html | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

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 @@
   </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>
 
@@ -138,21 +137,17 @@
       <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>

Reply via email to