Author: stoty
Date: Tue Aug  3 08:05:05 2021
New Revision: 1891971

URL: http://svn.apache.org/viewvc?rev=1891971&view=rev
Log:
Add PQS 6.0.0 release download link

Modified:
    phoenix/site/publish/download.html
    phoenix/site/publish/js/download.js
    phoenix/site/publish/language/datatypes.html
    phoenix/site/publish/language/functions.html
    phoenix/site/publish/language/index.html
    phoenix/site/source/src/site/markdown/download.md
    phoenix/site/source/src/site/resources/js/download.js

Modified: phoenix/site/publish/download.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/download.html?rev=1891971&r1=1891970&r2=1891971&view=diff
==============================================================================
--- phoenix/site/publish/download.html (original)
+++ phoenix/site/publish/download.html Tue Aug  3 08:05:05 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-07-05
+ Generated by Apache Maven Doxia at 2021-08-03
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -170,7 +170,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.16.1 can run on Apache HBase 1.3, 1.4, 1.5 and 1.6. 
Current release 5.1.1 can run on Apache HBase 2.1, 2.2, 2.3 and 2.4 CDH HBase 
5.11, 5.12, 5.13 and 5.14 is supported by 4.14.0.<br />Apache HBase 2.0 is 
supported by 5.0.0. </p> 
+<p>Current release 4.16.1 can run on Apache HBase 1.3, 1.4, 1.5 and 1.6. 
Current release 5.1.2 can run on Apache HBase 2.1, 2.2, 2.3 and 2.4 CDH HBase 
5.11, 5.12, 5.13 and 5.14 is supported by 4.14.0.<br />Apache HBase 2.0 is 
supported by 5.0.0. </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> 
@@ -216,6 +216,17 @@
  <tbody> 
  </tbody> 
 </table> 
+<table border="0" class="bodyTable table table-striped table-hover" 
id="phoenix-queryserver-releases"> 
+ <thead> 
+  <tr class="a"> 
+   <th width="180">Phoenix Query Server Version</th> 
+   <th width="100">Release Date</th> 
+   <th>Download</th> 
+  </tr> 
+ </thead> 
+ <tbody> 
+ </tbody> 
+</table> 
 <table border="0" class="bodyTable table table-striped table-hover" 
id="python-phoenixdb-releases"> 
  <thead> 
   <tr class="a"> 
@@ -253,6 +264,7 @@ addPhoenixThirdpartyRelease('1.1.0','01/
 addPhoenixOmidRelease('1.0.2','23/nov/2020');
 addPhoenixTephraRelease('0.16.0','04/dec/2020');
 addPhoenixTephraRelease('0.16.1','13/may/2021');
+addPhoenixQueryServerRelease('6.0.0','03/aug/2021');
 
 //]]>
 </script>

Modified: phoenix/site/publish/js/download.js
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/js/download.js?rev=1891971&r1=1891970&r2=1891971&view=diff
==============================================================================
--- phoenix/site/publish/js/download.js (original)
+++ phoenix/site/publish/js/download.js Tue Aug  3 08:05:05 2021
@@ -14,13 +14,11 @@ function addRelease(version, date) {
         '<td>' + date + '</td>' +
         '<td><ul><li>' +
           '<a href="' + dynUrl + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz">bin</a> ' +
-          // '<a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz.sha256">sha256</a> ' +
           '&nbsp;&nbsp;' +
           '[ <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz.sha512">sha512</a>' +
           ' | <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz.asc">asc</a> ]' +
         '</li><li>' +
           '<a href="' + dynUrl + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz">src</a> ' +
-          // '<a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz.sha256">sha256</a> ' +
           '&nbsp;&nbsp;' +
           '[ <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz.sha512">sha512</a>' +
           ' | <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz.asc">asc</a> ]' +
@@ -118,3 +116,24 @@ function addPhoenixTephraRelease(version
         '</ul></td>';
     document.getElementById('phoenix-tephra-releases').appendChild(tr);
 }
+
+function addPhoenixQueryServerRelease(version, date) {
+    var tr = document.createElement('tr');
+    var parcelsHtml = version.includes('-cdh') ? parcelFolderHtml(version) : ''
+    tr.innerHTML =
+        '<td>' + version + '</td>' +
+        '<td>' + date + '</td>' +
+        '<td><ul><li>' +
+          '<a href="' + dynUrl + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-bin.tar.gz">bin</a> ' +
+          '&nbsp;&nbsp;' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-bin.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-bin.tar.gz.asc">asc</a> ]' +
+        '</li><li>' +
+          '<a href="' + dynUrl + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-src.tar.gz">src</a> ' +
+          '&nbsp;&nbsp;' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-src.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-src.tar.gz.asc">asc</a> ]' +
+        '</li>' +  parcelsHtml +
+        '</ul></td>';
+    document.getElementById('phoenix-queryserver-releases').appendChild(tr);
+}

Modified: phoenix/site/publish/language/datatypes.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1891971&r1=1891970&r2=1891971&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Tue Aug  3 08:05:05 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-07-05
+ Generated by Apache Maven Doxia at 2021-08-03
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/functions.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1891971&r1=1891970&r2=1891971&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Tue Aug  3 08:05:05 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-07-05
+ Generated by Apache Maven Doxia at 2021-08-03
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/index.html
URL: 
http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1891971&r1=1891970&r2=1891971&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Tue Aug  3 08:05:05 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-07-05
+ Generated by Apache Maven Doxia at 2021-08-03
  Rendered using Reflow Maven Skin 1.1.0 
(http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/source/src/site/markdown/download.md
URL: 
http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/download.md?rev=1891971&r1=1891970&r2=1891971&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/download.md (original)
+++ phoenix/site/source/src/site/markdown/download.md Tue Aug  3 08:05:05 2021
@@ -7,7 +7,7 @@ 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.1 can run on Apache HBase 2.1, 2.2, 2.3 and 2.4
+Current release 5.1.2 can run on Apache HBase 2.1, 2.2, 2.3 and 2.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.  
 
@@ -46,6 +46,14 @@ Please follow the appropriate link depen
 </tr>
 </table>
 
+<table id="phoenix-queryserver-releases">
+<tr>
+    <th width='180'>Phoenix Query Server Version</th>
+    <th width='100'>Release Date</th>
+    <th>Download</th>
+</tr>
+</table>
+
 <table id="python-phoenixdb-releases">
 <tr>
     <th width='180'>Python Driver Version</th>
@@ -81,6 +89,7 @@ addPhoenixThirdpartyRelease('1.1.0','01/
 addPhoenixOmidRelease('1.0.2','23/nov/2020');
 addPhoenixTephraRelease('0.16.0','04/dec/2020');
 addPhoenixTephraRelease('0.16.1','13/may/2021');
+addPhoenixQueryServerRelease('6.0.0','03/aug/2021');
 
 //]]>
 </script>

Modified: phoenix/site/source/src/site/resources/js/download.js
URL: 
http://svn.apache.org/viewvc/phoenix/site/source/src/site/resources/js/download.js?rev=1891971&r1=1891970&r2=1891971&view=diff
==============================================================================
--- phoenix/site/source/src/site/resources/js/download.js (original)
+++ phoenix/site/source/src/site/resources/js/download.js Tue Aug  3 08:05:05 
2021
@@ -14,13 +14,11 @@ function addRelease(version, date) {
         '<td>' + date + '</td>' +
         '<td><ul><li>' +
           '<a href="' + dynUrl + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz">bin</a> ' +
-          // '<a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz.sha256">sha256</a> ' +
           '&nbsp;&nbsp;' +
           '[ <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz.sha512">sha512</a>' +
           ' | <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/bin/apache-phoenix-' + version + '-bin.tar.gz.asc">asc</a> ]' +
         '</li><li>' +
           '<a href="' + dynUrl + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz">src</a> ' +
-          // '<a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz.sha256">sha256</a> ' +
           '&nbsp;&nbsp;' +
           '[ <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz.sha512">sha512</a>' +
           ' | <a href="' + apacheUrlHttps + 'apache-phoenix-' + version + 
'/src/apache-phoenix-' + version + '-src.tar.gz.asc">asc</a> ]' +
@@ -118,3 +116,24 @@ function addPhoenixTephraRelease(version
         '</ul></td>';
     document.getElementById('phoenix-tephra-releases').appendChild(tr);
 }
+
+function addPhoenixQueryServerRelease(version, date) {
+    var tr = document.createElement('tr');
+    var parcelsHtml = version.includes('-cdh') ? parcelFolderHtml(version) : ''
+    tr.innerHTML =
+        '<td>' + version + '</td>' +
+        '<td>' + date + '</td>' +
+        '<td><ul><li>' +
+          '<a href="' + dynUrl + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-bin.tar.gz">bin</a> ' +
+          '&nbsp;&nbsp;' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-bin.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-bin.tar.gz.asc">asc</a> ]' +
+        '</li><li>' +
+          '<a href="' + dynUrl + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-src.tar.gz">src</a> ' +
+          '&nbsp;&nbsp;' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-src.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-queryserver-' + version + 
'/phoenix-queryserver-' + version + '-src.tar.gz.asc">asc</a> ]' +
+        '</li>' +  parcelsHtml +
+        '</ul></td>';
+    document.getElementById('phoenix-queryserver-releases').appendChild(tr);
+}


Reply via email to