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 96863b7900 PHOENIX-7696 Update Hadoop 3.4 version to 3.4.2 (#2282)
96863b7900 is described below
commit 96863b7900102b45567c20109e8cecb3c36df556
Author: Istvan Toth <[email protected]>
AuthorDate: Sun Sep 7 08:25:10 2025 +0200
PHOENIX-7696 Update Hadoop 3.4 version to 3.4.2 (#2282)
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 10ae8c2dc0..ab6f0fd0a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,6 @@
<!-- These are expected to be overridden to conform to cluster versions
along with hbase.version (defined in profiles) -->
<hadoop.version>3.2.4</hadoop.version>
-
<phoenix.thirdparty.version>2.1.0</phoenix.thirdparty.version>
<hbase.suffix>hbase-${hbase.profile}</hbase.suffix>
@@ -1893,7 +1892,7 @@
<properties>
<hbase.profile>2.5</hbase.profile>
<hbase.compat.version>2.5.4</hbase.compat.version>
- <hadoop.version>3.4.1</hadoop.version>
+ <hadoop.version>3.4.2</hadoop.version>
<hbase.version>${hbase-2.5.runtime.version}</hbase.version>
<zookeeper.version>3.8.4</zookeeper.version>
<tephra.hbase.compat.version>2.4</tephra.hbase.compat.version>
@@ -2037,7 +2036,7 @@
</activation>
<properties>
<hbase.profile>2.5</hbase.profile>
- <hadoop.version>3.4.1</hadoop.version>
+ <hadoop.version>3.4.2</hadoop.version>
<hbase.compat.version>2.5.4</hbase.compat.version>
<hbase.version>${hbase-2.5.runtime.version}</hbase.version>
<zookeeper.version>3.8.4</zookeeper.version>