You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2021/03/19 08:00:00 UTC

[phoenix] branch 5.1 updated: PHOENIX-6418 : Bump default HBase version on 2.4 profile to 2.4.2 (#1169)

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

vjasani 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 00487ab  PHOENIX-6418 : Bump default HBase version on 2.4 profile to 2.4.2 (#1169)
00487ab is described below

commit 00487abaf2c995e3761f84a6bcbcfcbe5aaf8598
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Fri Mar 19 13:27:26 2021 +0530

    PHOENIX-6418 : Bump default HBase version on 2.4 profile to 2.4.2 (#1169)
    
    Signed-off-by: Istvan Toth <st...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f7014e5..4a3f4d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <hbase-2.2.runtime.version>2.2.6</hbase-2.2.runtime.version>
     <hbase-2.3.runtime.version>2.3.4</hbase-2.3.runtime.version>
     <hbase-2.4.0.runtime.version>2.4.0</hbase-2.4.0.runtime.version>
-    <hbase-2.4.runtime.version>2.4.1</hbase-2.4.runtime.version>
+    <hbase-2.4.runtime.version>2.4.2</hbase-2.4.runtime.version>
 
     <!-- General Properties -->
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>