This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push:
new 0ac092245a PHOENIX-7320 Upgrade HBase 2.4 to 2.4.18 (#1898)
0ac092245a is described below
commit 0ac092245a720e9c608f41c167f353392df5b021
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Jun 3 19:28:28 2024 +0200
PHOENIX-7320 Upgrade HBase 2.4 to 2.4.18 (#1898)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f298ba9097..7f3538d49b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<!-- This is used by the release script only -->
<hbase.profile.list>2.4 2.5.0 2.5</hbase.profile.list>
<!-- The default hbase versions to build with (override with
hbase.version) -->
- <hbase-2.4.runtime.version>2.4.17</hbase-2.4.runtime.version>
+ <hbase-2.4.runtime.version>2.4.18</hbase-2.4.runtime.version>
<hbase-2.5.0.runtime.version>2.5.3-hadoop3</hbase-2.5.0.runtime.version>
<hbase-2.5.runtime.version>2.5.8-hadoop3</hbase-2.5.runtime.version>