You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2022/08/02 09:41:20 UTC

[phoenix] branch 5.1 updated: PHOENIX-6753 Update default HBase 2.4 version to 2.4.13

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

richardantal 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 a1a1c3758f PHOENIX-6753 Update default HBase 2.4 version to 2.4.13
a1a1c3758f is described below

commit a1a1c3758f63f312219884cdc448932736c6e6f4
Author: Richard Antal <an...@gmail.com>
AuthorDate: Tue Jul 26 14:06:11 2022 +0200

    PHOENIX-6753 Update default HBase 2.4 version to 2.4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9685467830..cbd8b2f240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     <hbase-2.2.runtime.version>2.2.7</hbase-2.2.runtime.version>
     <hbase-2.3.runtime.version>2.3.7</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.10</hbase-2.4.runtime.version>
+    <hbase-2.4.runtime.version>2.4.13</hbase-2.4.runtime.version>
 
     <!-- General Properties -->
     <antlr-input.dir>src/main/antlr3</antlr-input.dir>