You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/03/25 06:35:55 UTC

svn commit: r1888053 - in /phoenix/site: publish/download.html publish/js/download.js publish/language/datatypes.html publish/language/functions.html publish/language/index.html source/src/site/markdown/download.md source/src/site/resources/js/download.js

Author: stoty
Date: Thu Mar 25 06:35:55 2021
New Revision: 1888053

URL: http://svn.apache.org/viewvc?rev=1888053&view=rev
Log:
Add 5.1.1 release to download page, fix binary siganture file paths

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=1888053&r1=1888052&r2=1888053&view=diff
==============================================================================
--- phoenix/site/publish/download.html (original)
+++ phoenix/site/publish/download.html Thu Mar 25 06:35:55 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-03-04
+ Generated by Apache Maven Doxia at 2021-03-25
  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.0 can run on Apache HBase 1.3, 1.4, 1.5 and 1.6.<br />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.<br />Apache HBase 2.1, 2.2, 2.3, 2.4 is supported by 5.1.0. </p> 
+<p>Current release 4.16.0 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>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> 
@@ -232,6 +232,7 @@
 <script>
 //<![CDATA[
 addRelease2('4.16.0','23/feb/2021','1.3','1.4','1.5','1.6' );
+addRelease2('5.1.1','25/mar/2021','2.1','2.2','2.3','2.4','2.4.0' );
 addRelease2('5.1.0','10/feb/2021','2.1','2.2','2.3','2.4' );
 addRelease('5.0.0-HBase-2.0','04/jul/2018');
 addRelease('4.15.0-HBase-1.5','20/dec/2019');

Modified: phoenix/site/publish/js/download.js
URL: http://svn.apache.org/viewvc/phoenix/site/publish/js/download.js?rev=1888053&r1=1888052&r2=1888053&view=diff
==============================================================================
--- phoenix/site/publish/js/download.js (original)
+++ phoenix/site/publish/js/download.js Thu Mar 25 06:35:55 2021
@@ -53,8 +53,8 @@ function phoenixBinaryHtml(version, hbas
   return '<li>' +
           '<a href="' + dynUrl + 'phoenix-' + version + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz">hbase-'+hbaseVersion+'-bin</a> ' +
           '&nbsp;&nbsp;' +
-          '[ <a href="' + apacheUrlHttps + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.sha512">sha512</a>' +
-          ' | <a href="' + apacheUrlHttps + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.asc">asc</a> ]' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-' + version + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-' + version + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.asc">asc</a> ]' +
         '</li>';
 }
 

Modified: phoenix/site/publish/language/datatypes.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1888053&r1=1888052&r2=1888053&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Thu Mar 25 06:35:55 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-03-04
+ Generated by Apache Maven Doxia at 2021-03-25
  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=1888053&r1=1888052&r2=1888053&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Thu Mar 25 06:35:55 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-03-04
+ Generated by Apache Maven Doxia at 2021-03-25
  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=1888053&r1=1888052&r2=1888053&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Thu Mar 25 06:35:55 2021
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2021-03-04
+ Generated by Apache Maven Doxia at 2021-03-25
  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=1888053&r1=1888052&r2=1888053&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/download.md (original)
+++ phoenix/site/source/src/site/markdown/download.md Thu Mar 25 06:35:55 2021
@@ -6,10 +6,10 @@ 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.16.0 can run on Apache HBase 1.3, 1.4, 1.5 and 1.6.  
+Current release 4.16.0 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.  
 Apache HBase 2.0 is supported by 5.0.0.  
-Apache HBase 2.1, 2.2, 2.3, 2.4 is supported by 5.1.0.  
 
 Please follow the appropriate link depending on your HBase version. 
  
@@ -60,6 +60,7 @@ If you are looking for an old release th
 <script>
 //<![CDATA[
 addRelease2('4.16.0','23/feb/2021','1.3','1.4','1.5','1.6' );
+addRelease2('5.1.1','25/mar/2021','2.1','2.2','2.3','2.4','2.4.0' );
 addRelease2('5.1.0','10/feb/2021','2.1','2.2','2.3','2.4' );
 addRelease('5.0.0-HBase-2.0','04/jul/2018');
 addRelease('4.15.0-HBase-1.5','20/dec/2019');

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=1888053&r1=1888052&r2=1888053&view=diff
==============================================================================
--- phoenix/site/source/src/site/resources/js/download.js (original)
+++ phoenix/site/source/src/site/resources/js/download.js Thu Mar 25 06:35:55 2021
@@ -53,8 +53,8 @@ function phoenixBinaryHtml(version, hbas
   return '<li>' +
           '<a href="' + dynUrl + 'phoenix-' + version + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz">hbase-'+hbaseVersion+'-bin</a> ' +
           '&nbsp;&nbsp;' +
-          '[ <a href="' + apacheUrlHttps + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.sha512">sha512</a>' +
-          ' | <a href="' + apacheUrlHttps + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.asc">asc</a> ]' +
+          '[ <a href="' + apacheUrlHttps + 'phoenix-' + version + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.sha512">sha512</a>' +
+          ' | <a href="' + apacheUrlHttps + 'phoenix-' + version + '/phoenix-hbase-'+hbaseVersion + '-' + version + '-bin.tar.gz.asc">asc</a> ]' +
         '</li>';
 }