Added: dev/phoenix/phoenix-5.1.1RC0/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-5.1.1RC0/RELEASENOTES.md Fri Feb 26 11:00:35 2021
@@ -0,0 +1,212 @@
+
+<!---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+-->
+# PHOENIX  5.1.1 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6359](https://issues.apache.org/jira/browse/PHOENIX-6359) | *Major* 
| **New module to support HBase 2.4.1+ releases**
+
+Added phoenix-hbase-compat-2.4.1 to support latest patch versions of HBase 2.4 
release line.
+
+
+---
+
+* [PHOENIX-6343](https://issues.apache.org/jira/browse/PHOENIX-6343) | *Major* 
| **Phoenix allows duplicate column names when one of them is a primary key**
+
+Although user provided CF can have same column name as one of primary keys, 
default CF is no longer supported to have same column name as primary key 
columns.
+
+
+---
+
+* [PHOENIX-5250](https://issues.apache.org/jira/browse/PHOENIX-5250) | 
*Blocker* | **The accumulated wal files can't be cleaned**
+
+When updating from  an earlier version, and using HBase 2.1.x, HBase 2.2.6 or 
earlier, HBase 2.3.3 or earlier, or HBase 2.4.0, HBase is unable to clean up 
WAL files that include data for global indexed tables with the old 
implementation.
+
+To avoid running out of disk space, use IndexUpgradeTool to upgrade all tables 
with global indexes, and then restart all region servers as soon as possible.
+
+
+
+# PHOENIX  5.1.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, 
important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6349](https://issues.apache.org/jira/browse/PHOENIX-6349) | *Major* 
| **Add and use commons-cli to phoenix-thirdparty**
+
+Added phoenix-shaded-commons-cli to phoenix-thirdparty.
+This helps avoid classpath conflicts and includes a patch on top of 
commons-cli 1.4.0 that fixes CLI-254.
+
+
+---
+
+* [PHOENIX-6273](https://issues.apache.org/jira/browse/PHOENIX-6273) | *Major* 
| **Add support to handle MR Snapshot restore externally**
+
+Adds mapreduce configuration param 
"phoenix.mapreduce.external.snapshot.restore" which when set to true indicates 
that snapshot-based MapReduce jobs shouldn't try to restore the snapshot 
themselves, but assume an external application has already done so.
+
+
+---
+
+* [PHOENIX-6323](https://issues.apache.org/jira/browse/PHOENIX-6323) | 
*Blocker* | **isRawFilterSupported() returns true for HBase 2.2 compat module**
+
+When used with HBase 2.2, Phoenix now only support HBase 2.2.5 and later 
versions. (i.e HBase 2.2.0-2.2.4 are not supported)
+
+
+---
+
+* [PHOENIX-6326](https://issues.apache.org/jira/browse/PHOENIX-6326) | 
*Critical* | **Phoenix doesn't work with Java version 11.0.9.1 , due to Jetty 
problem**
+
+There is bug in the Jetty version used by HBase 2.3 and earlier, that causes 
incompatilbity with Java releases that have a four number version string like  
"11.0.9.1"
+As Phoenix builds on top of HBase, Phoenix is also incompatible with these 
releases, when built with an hbase.profile older than 2.4.
+
+
+---
+
+* [PHOENIX-6307](https://issues.apache.org/jira/browse/PHOENIX-6307) | *Major* 
| **Build and release official binary distributions with each HBase profile**
+
+The phoenix-client and phoenix-server JARs have been renamed to include the 
supported HBase version.
+
+Instead of phoenix-client-\<phoenix.version\>.jar, the client is now 
phoenix-client-hbase-\<hbase-major.minor\>-\<phoenix.version\>.jar
+I.e. The Phoenix 4.16 client for Hbase 1.5 is now called 
phoenix-client-hbase-1.5-5.1.0.jar
+
+The maven coordinates also have also changed to 
"org.apache.phoenix:phoenix-client-hbase-\<hbase-major.minor\>:\<phoenix.version\>".
+I.e the Phoenix 4.15.0 client for Hbase 1.5 is  
"org.apache.phoenix:phoenix-client:4.15.0-HBase-1.5", but the phoenix client 
for Phoenix 4.16 is "org.apache.phoenix:phoenix-client-hbase-1.5:4.16.0"
+
+
+---
+
+* [PHOENIX-5265](https://issues.apache.org/jira/browse/PHOENIX-5265) | *Major* 
| **[UMBRELLA] Phoenix Test should use object based Plan for result comparison 
instead of using hard-corded comparison**
+
+New API for Explain plan queries that can be used for comparison of individual 
plan attributes.
+
+
+---
+
+* [PHOENIX-6280](https://issues.apache.org/jira/browse/PHOENIX-6280) | *Major* 
| **Support HBase 2.4**
+
+HBase 2.4 is now supported. (Tested with HBase 2.4.0)
+
+
+---
+
+* [PHOENIX-6282](https://issues.apache.org/jira/browse/PHOENIX-6282) | *Major* 
| **Generate PB files inline with build and remove checked in files**
+
+We no longer have generated protobuf Java files available in source code. 
These files are expected to be generated inline with mvn build. We have also 
used an optimization with the plugin to ensure protoc is not invoked with mvn 
build if no .proto file is updated between two consecutive builds.
+
+
+---
+
+* [PHOENIX-6086](https://issues.apache.org/jira/browse/PHOENIX-6086) | 
*Critical* | **Take a snapshot of all SYSTEM tables before attempting to 
upgrade them**
+
+While upgrading System tables, all system tables where we perform some 
significant DDL operations, we start taking snapshots of them:
+ 
+1. SYSTEM.CATALOG (was already covered before this Jira)
+2. SYSTEM.CHILD\_LINK
+3. SYSTEM.SEQUENCE
+4. SYSTEM.STATS
+5. SYSTEM.TASK
+
+If the upgrade doesn't complete successfully, we should get warning log 
providing all snapshots taken so far, which can be used to restore some 
snapshots if required.
+
+
+A sample Warning log:
+
+Failed upgrading System tables. Snapshots for system tables created so far: 
{SYSTEM:STATS=SNAPSHOT\_SYSTEM.STATS\_4.15.x\_TO\_4.16.0\_20201202114411, 
SYSTEM:CATALOG=SNAPSHOT\_SYSTEM.CATALOG\_4.15.x\_TO\_4.16.0\_20201202114258, 
SYSTEM:CHILD\_LINK=SNAPSHOT\_SYSTEM.CHILD\_LINK\_4.15.x\_TO\_4.16.0\_20201202114405,
 SYSTEM:SEQUENCE=SNAPSHOT\_SYSTEM.SEQUENCE\_4.15.x\_TO\_4.16.0\_20201202114407, 
SYSTEM:TASK=SNAPSHOT\_SYSTEM.TASK\_4.15.x\_TO\_4.16.0\_20201202114413}
+
+
+---
+
+* [PHOENIX-4412](https://issues.apache.org/jira/browse/PHOENIX-4412) | 
*Critical* | **Tephra transaction context visibility level returns null instead 
of SNAPSHOT\_ALL**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-6155](https://issues.apache.org/jira/browse/PHOENIX-6155) | *Major* 
| **Prevent doing direct upserts into SYSTEM.TASK from the client**
+
+A new coprocessor endpoint to avoid direct upserts into SYSTEM.TASK from the 
client.
+
+
+---
+
+* [PHOENIX-6186](https://issues.apache.org/jira/browse/PHOENIX-6186) | *Major* 
| **Store table metadata last modified timestamp in PTable / System.Catalog**
+
+Introduces a new field in System.Catalog, LAST\_DDL\_TIMESTAMP, which is the 
epoch timestamp at which a table or view is created, or last had a column added 
or dropped. Child views inherit the max ddl timestamp of their ancestors.
+
+
+---
+
+* [PHOENIX-6125](https://issues.apache.org/jira/browse/PHOENIX-6125) | *Major* 
| **Make sure SYSTEM.TASK does not split**
+
+We have new split policy introduced for SYSTEM.TASK which for now is just 
extending DisabledRegionSplitPolicy. As part of an upgrade to 4.16/5.1, 
updating split policy will be taken care of unless it was already updated 
manually.
+
+Hence, before 4.16/5.1 upgrade, if operator has already manually updated split 
policy of SYSTEM.TASK, an exception will be thrown during upgrade to 4.16/5.1 
which would mandate an operator intervention to perform:
+
+1. Merging SYSTEM.TASK regions into one single region (if multiple regions 
were already available before 4.16/5.1 upgrade)
+2. Remove split policy of the table manually.
+
+
+---
+
+* [PHOENIX-5446](https://issues.apache.org/jira/browse/PHOENIX-5446) | *Major* 
| **Support Protobuf shaded clients (thin + thick)**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-6016](https://issues.apache.org/jira/browse/PHOENIX-6016) | *Major* 
| **Support HBase 2.3.0**
+
+Phoenix now supports HBase 2.3
+
+
+---
+
+* [PHOENIX-5716](https://issues.apache.org/jira/browse/PHOENIX-5716) | *Major* 
| **Remove or update HBase 2.0 support**
+
+Support for HBase 2.0 has been dropped from Phoenix.
+
+
+---
+
+* [PHOENIX-4866](https://issues.apache.org/jira/browse/PHOENIX-4866) | 
*Blocker* | **UDFs get error: 
org.apache.phoenix.schema.FunctionNotFoundException: ERROR 6001 (42F01): 
Function undefined**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-5268](https://issues.apache.org/jira/browse/PHOENIX-5268) | 
*Blocker* | **HBase 2.1/2.2 compatibility**
+
+Phoenix now supports HBase 2.1  (HBase 2.1.6 and later) and HBase 2.2 (HBase 
2.2.1 and later)
+
+
+---
+
+* [PHOENIX-3655](https://issues.apache.org/jira/browse/PHOENIX-3655) | *Major* 
| **Global Phoenix Client Metrics for PQS**
+
+**WARNING: No release note provided for this change.**
+
+
+

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz.asc Fri Feb 26 
11:00:35 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmA4x4EACgkQlzUcG3lE
+M8f/jAf5Ac7nbkvPqR77uH80flIZVSVjRsk8plWrcW+59RYT/4gO1k14ESqc59Jz
+aduvY1hbb0GQrlG6jDqvxcSlLwYaJr/uat8szip0jQ8B57qZdpjToYXbuKiapwgy
+tJUan5cm1AFyNLBwc0WEbK8ZlcNfu5/GdT2EcVeLNsrrHNyEHlxDEcVN9jlTcpw+
+BdPUClX3vRBbKa8lIVFrP2kQpiNFB8LcvlbBwwNn6IZ8oDb+18wl0Lc4CAgmBdyO
+FVyH06Pmzz0j0+HWj4ndpV09A9yT4LoVF00Zk3SPH07z4npLYxyzdqA988xohXXI
+En6sZobLH6yY0nX3eJh4G0tGHPsP/g==
+=fOxu
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-5.1.1-src.tar.gz.sha512 Fri Feb 26 
11:00:35 2021
@@ -0,0 +1,3 @@
+phoenix-5.1.1-src.tar.gz: 0D5888BF 5C0CEAA5 B6D24427 05E43F33 5667093F 9BF34981
+                          9A9EEB0C 5825B898 BBB03FFE E1296895 E327507D AB568C02
+                          242B8A9F 831BDFD4 73B5B054 8787D2C8

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc Fri Feb 
26 11:00:35 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmA4zREACgkQlzUcG3lE
+M8e2fwgAkpM+3rMnr2J7Y0dBpwQV4Jz624sw8G12Z5wqq5KX92jFx5VKwF6FqYky
+b+jjixlt10P/wu+EPB5wArF8rcPA7M1oH1nMQ08zgQZf6B1/YhLHW0hJLMVtDr4c
+e5AwBDOMuAgaydiimMlD3w0MQwhftGgMHEwPyzMuahy7iZEgFHsFssUhNd2Dtrc4
+uSYIC/P9ClhY+JNReCFKZyvnOtELfLpBNnoMOvhY3pUB8qZ/hbuDohfAJKnW3dbL
+eRdQ1eYjE84xOOyl/Zcyqw6mwrA/dhsUmdDUrEi5q1jFRAuQA4zJourLaFC9x2Mo
+wPot7+F3YD++wu7TGrkD1vOiWML16w==
+=xtqw
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512 
(added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512 Fri 
Feb 26 11:00:35 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.1-5.1.1-bin.tar.gz: DDC5324A 42FECB78 AD1925C2 D871443A 
FCFDC8D7
+                                    5F282A47 67298FF7 58F90045 DCD53321 
0EC44304
+                                    395979BC 8A345E42 7593B4F4 79F34566 
6FB83E54
+                                    CE2B105D

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc Fri Feb 
26 11:00:35 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmA4zsMACgkQlzUcG3lE
+M8ffYgf/VJOWmsxQJ1Dt2q6KIqR26KObXhl7PHS2MUkvnbcaSoMeZD1QqR0g4W1/
+afp1+okFuSSyjTZkAc+kGLScNX9yLAjDqaf+Ld5LNr5EaNYAJVC/+FddCaR+UR0/
+Eem9Hl1WdLH1W5heA2WNuponLH6670or9dTarYpkFtYSZ1ohNCqzUOXwSGAY/vXW
+FWkOQP+vPOKKDo8ona23yMDcueZnODz5LgWBm0engsH9U2W2dtm5y/w0xf5GePUt
+Qt3Xx/vVl4eAlB4dJlr1K3nv3lnkyugYdjv2n/9Acl93vhuIHl+Llh7CML7SKw+r
+/aRJxJia1xjtqInb405CahjL2MP2uQ==
+=CD5B
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512 
(added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512 Fri 
Feb 26 11:00:35 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.2-5.1.1-bin.tar.gz: B1B6F2F9 3A2C65B0 A55F6D7E E1C924FB 
33F48DDB
+                                    4446804E 4BE175D2 7795B3A7 1BEE3830 
5902DA1A
+                                    D67ED520 C58E5D43 2682DEB1 CB45985D 
71474D1B
+                                    14EC8A76

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc Fri Feb 
26 11:00:35 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmA40H8ACgkQlzUcG3lE
+M8ct0wgAidK3LTz73xy5fuH9vPWywp9j7buzgQ1RV888Cc/RZ4zBoCUjlkJ4Wpkd
+/ZMD+d45ZRAsdfHhuex9lzjGtzka+SL19u5GQoYuv5FZDVE9adIEr70TpBorxCzb
+JZqpsW/B9VpA75jCx1SQOgDUUhZ/Xfv4e6eOAXg3o+fWJvt0D7ZjOF1Lu2m8k5gb
+vln/PnGi794nbUj2dcovHet+sD/ndxd7McCfgOZEFB8MhYCf9FOfr/vkxl0ut96C
+uJT1fkO94ycEtulyEoC7ABXf9+SOhtIRivP62FKOdpM31dSfFSm5GUs3WzKqhs5f
+iwAnKPV+x/fw00g2jVYaiPi7LfL0EQ==
+=30xC
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512 
(added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512 Fri 
Feb 26 11:00:35 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.3-5.1.1-bin.tar.gz: 5DEBF19C DEB45C7C CDC11A28 ACFEC8D2 
B923CC53
+                                    EEF01E20 6E6F266B 3D38A1F2 A4AFD434 
F183284F
+                                    81E528B8 55A89CC5 63051744 EB07D689 
2428C529
+                                    66AE78F4

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc Fri Feb 
26 11:00:35 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmA41BMACgkQlzUcG3lE
+M8eTZwf/YHtXBBa0DbKRpXsAzYu6kswMpApHCufuHA/0ib5tJ/CJ8g3loqymSH/+
+PQ7sagoMO4eRMMQ8+t612QYbJ8cplIUo7io6caPx0qJQpjrZcjweclzLcf7r/HP6
+5uHa84B8hQzPdkBzrZbYwYs8fM9EJt+prQiiKq0WrTah+uRlzN9NHaDcCOLpCMkc
+RGsBlyQwx5E1goL74q6XgACf7srNz7KUyKfO0mIbaMgixPIZtqgVGSVGyJ5LILMI
+dYg+alhEutxZqt4NBMQcuI++cUMDJeYV3eR2Nzo8hOj8DeYdeca/WuDwtPDNlUj4
+G0IpRWnzJ9LopwDXIjWT1aFO1kTb9A==
+=VtjV
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512 
(added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512 Fri 
Feb 26 11:00:35 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4-5.1.1-bin.tar.gz: 1162C5CB D19248F5 BDC5F723 58190DB3 
D20A3333
+                                    E126488C 6DD9482F F955C93C B5E39D36 
222256CB
+                                    AE246C86 420430FF FBFA7A48 F1A4D20F 
CA51B985
+                                    8E0302FE

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc 
(added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc Fri 
Feb 26 11:00:35 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmA40lMACgkQlzUcG3lE
+M8dA1AgAk50xa6g5CqPdFDkyRxfK0fpRsCoI50lnzmWrUe7PFY9dWURN9m72LfY6
+sIr+jlp00YDYApzfhH77gBlDtna8wRXMK5XRAb983j3+oLA6P35IenQNkxPQ4bp4
+KWNZ1CsvAss3OZzNLff16WdHMCXS6c8ZOFytH5QOPo4bVGBPA8upe5qE2XHDm6Ph
+TaQWExUCbWBW7UM8JA7WmGEFeWjIaP6deRSUglbWMb9kyRyfwiqQPU3xIq6WUHQx
+MkNGeX8FuEdoeU0RSckLYGvVfZ37mS8mIYHR6NHCvdg1Ktm5q0d9hvFnBa5B4oIR
+5ttQlcg0FEBlfEUqp4s4NbKpT+uc/Q==
+=8DyF
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512 
(added)
+++ dev/phoenix/phoenix-5.1.1RC0/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512 
Fri Feb 26 11:00:35 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4.0-5.1.1-bin.tar.gz: C86D47C8 702D2E67 2C9FEB3B 20B6A0CB
+                                      8AAD354C B01B88F4 40602287 9FE6B996
+                                      87DDE54E AD8AC52C 3C98CDC3 814186D8
+                                      B935ED4E 01F0F071 412707BE 97400B81


Reply via email to