You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2019/12/20 23:50:24 UTC

svn commit: r1871875 - in /phoenix/site: publish/download.html source/src/site/markdown/download.md

Author: chinmayskulkarni
Date: Fri Dec 20 23:50:24 2019
New Revision: 1871875

URL: http://svn.apache.org/viewvc?rev=1871875&view=rev
Log:
Updated the Downloads webpage with 4.15.0 details

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

Modified: phoenix/site/publish/download.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/download.html?rev=1871875&r1=1871874&r2=1871875&view=diff
==============================================================================
--- phoenix/site/publish/download.html (original)
+++ phoenix/site/publish/download.html Fri Dec 20 23:50:24 2019
@@ -169,7 +169,7 @@
  <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.14.3 can run on Apache HBase 1.3 and 1.4. CDH HBase 5.11, 5.12, 5.13 and 5.14 is supported by 4.14.0. Apache HBase 2.0 is supported by 5.0.0. Please follow the appropriate link depending on your HBase version. </p> 
+<p>Current release 4.15.0 can run on Apache HBase 1.3, 1.4 and 1.5. CDH HBase 5.11, 5.12, 5.13 and 5.14 is supported by 4.14.0. Apache HBase 2.0 is supported by 5.0.0. Please follow the appropriate link depending on your HBase version. </p> 
 <table border="0" class="bodyTable table table-striped table-hover" id="releases"> 
  <thead> 
   <tr class="a"> 

Modified: phoenix/site/source/src/site/markdown/download.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/download.md?rev=1871875&r1=1871874&r2=1871875&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/download.md (original)
+++ phoenix/site/source/src/site/markdown/download.md Fri Dec 20 23:50:24 2019
@@ -6,7 +6,7 @@ See our installation instructions [here]
 and a list of fixes and new features [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334393&projectId=12315120).
 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.14.3 can run on Apache HBase 1.3 and 1.4.  CDH HBase 5.11, 5.12, 5.13 and 5.14 is supported by 4.14.0. Apache HBase 2.0 is supported by 5.0.0. Please follow the appropriate link depending on your HBase version. 
+Current release 4.15.0 can run on Apache HBase 1.3, 1.4 and 1.5.  CDH HBase 5.11, 5.12, 5.13 and 5.14 is supported by 4.14.0. Apache HBase 2.0 is supported by 5.0.0. Please follow the appropriate link depending on your HBase version. 
  
 
 <table id="releases">
@@ -23,6 +23,9 @@ If you are looking for an old release th
 <script>
 //<![CDATA[
 addRelease('5.0.0-HBase-2.0','04/jul/2018');
+addRelease('4.15.0-HBase-1.5','20/dec/2019');
+addRelease('4.15.0-HBase-1.4','20/dec/2019');
+addRelease('4.15.0-HBase-1.3','20/dec/2019');
 addRelease('4.14.3-HBase-1.4','20/aug/2019');
 addRelease('4.14.3-HBase-1.3','20/aug/2019');
 addRelease('4.14.0-cdh5.14.2','09/jun/2018');