Author: stoty
Date: Fri Oct  3 06:15:38 2025
New Revision: 1928917

Log:
add 5.3.0 to download page

Modified:
   phoenix/site/publish/download.html
   phoenix/site/source/src/site/markdown/download.md

Modified: phoenix/site/publish/download.html
==============================================================================
--- phoenix/site/publish/download.html  Fri Oct  3 04:20:09 2025        
(r1928916)
+++ phoenix/site/publish/download.html  Fri Oct  3 06:15:38 2025        
(r1928917)
@@ -165,8 +165,8 @@ Generated by Apache Maven Doxia
  <h1>Phoenix Downloads</h1>
 </div>
 <p>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 <a class="externalLink" 
href="https://www.apache.org/dist/phoenix/KEYS";>KEYS</a> file. See our 
installation instructions <a href="installation.html">here</a>, our release 
notes <a href="release_notes.html">here</a>, and a list of fixes and new 
features <a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334393&amp;projectId=12315120";>here</a>.
 Follow <a class="externalLink" 
href="https://www.apache.org/dyn/closer.cgi#verify";>Verify the Integrity of the 
Files</a> for how to verify your mirrored downloads.</p>
-<p>Current release 4.16.1 can run on Apache HBase 1.3, 1.4, 1.5 and 1.6.<br> 
Current release 5.1.3 can run on Apache HBase 2.1, 2.2, 2.3, 2.4 and 2.5.</p>
-<p>Current release 5.2.1 can run on Apache HBase 2.4, 2.5 and 2.6 versions.</p>
+<p>Current release 4.16.1 can run on Apache HBase 1.3, 1.4, 1.5 and 1.6.</p>
+<p>Current release 5.1.3 can run on Apache HBase 2.1, 2.2, 2.3, 2.4 and 
2.5.<br> Current release 5.2.1 can run on Apache HBase 2.4, 2.5 and 2.6 
versions.<br> Current release 5.3.0 can run on Apache HBase 2.5 and 2.6 
versions.</p>
 <p>Please follow the appropriate link depending on your HBase version.</p>
 <table border="0" class="bodyTable table table-striped table-hover" 
id="core-releases">
  <thead>
@@ -248,6 +248,7 @@ Generated by Apache Maven Doxia
 <script src="/js/download.js"></script>
 <script>
 //<![CDATA[
+addRelease2('5.3.0', '2/oct/2025', '2.5.0', '2.5', '2.6');
 addRelease2('5.2.1', '12/nov/2024', '2.4', '2.5.0', '2.5', '2.6');
 addRelease2('5.2.0', '16/apr/2024', '2.4', '2.5.0', '2.5');
 addRelease2('5.1.3', '30/dec/2022', '2.1', '2.2', '2.3', '2.4', '2.4.0', 
'2.5');

Modified: phoenix/site/source/src/site/markdown/download.md
==============================================================================
--- phoenix/site/source/src/site/markdown/download.md   Fri Oct  3 04:20:09 
2025        (r1928916)
+++ phoenix/site/source/src/site/markdown/download.md   Fri Oct  3 06:15:38 
2025        (r1928917)
@@ -7,9 +7,10 @@ and a list of fixes and new features [he
 Follow [Verify the Integrity of the 
Files](https://www.apache.org/dyn/closer.cgi#verify) for how to verify your 
mirrored downloads.
 
 Current release 4.16.1 can run on Apache HBase 1.3, 1.4, 1.5 and 1.6.  
-Current release 5.1.3 can run on Apache HBase 2.1, 2.2, 2.3, 2.4 and 2.5.
 
-Current release 5.2.1 can run on Apache HBase 2.4, 2.5 and 2.6 versions.
+Current release 5.1.3 can run on Apache HBase 2.1, 2.2, 2.3, 2.4 and 2.5.  
+Current release 5.2.1 can run on Apache HBase 2.4, 2.5 and 2.6 versions.  
+Current release 5.3.0 can run on Apache HBase 2.5 and 2.6 versions.  
 
 Please follow the appropriate link depending on your HBase version. 
  
@@ -77,6 +78,7 @@ If you are looking for an old release th
 <script src="/js/download.js"></script> 
 <script>
 //<![CDATA[
+addRelease2('5.3.0', '2/oct/2025', '2.5.0', '2.5', '2.6');
 addRelease2('5.2.1', '12/nov/2024', '2.4', '2.5.0', '2.5', '2.6');
 addRelease2('5.2.0', '16/apr/2024', '2.4', '2.5.0', '2.5');
 addRelease2('5.1.3', '30/dec/2022', '2.1', '2.2', '2.3', '2.4', '2.4.0', 
'2.5');

Reply via email to