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/02/26 07:55:45 UTC

[phoenix] branch 5.1 updated: PHOENIX-6359 : New module to support HBase 2.4.1+ releases (#1143) (addendum: update phoenix version for backport)

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.1 by this push:
     new 7325b8a  PHOENIX-6359 : New module to support HBase 2.4.1+ releases (#1143) (addendum: update phoenix version for backport)
7325b8a is described below

commit 7325b8a221ef9f2d716cc19a807835b8a50fd98f
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Feb 26 08:54:53 2021 +0100

    PHOENIX-6359 : New module to support HBase 2.4.1+ releases (#1143) (addendum: update phoenix version for backport)
---
 phoenix-hbase-compat-2.4.1/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-hbase-compat-2.4.1/pom.xml b/phoenix-hbase-compat-2.4.1/pom.xml
index cdc475a..032caba 100644
--- a/phoenix-hbase-compat-2.4.1/pom.xml
+++ b/phoenix-hbase-compat-2.4.1/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix</artifactId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>phoenix-hbase-compat-2.4.1</artifactId>