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 b74734b103 PHOENIX-7439 Bump default HBase 2.6 version to 2.6.1 (#2011)
b74734b103 is described below
commit b74734b1034249424cfb33742db2bcdec80ba26a
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Oct 22 09:09:18 2024 +0200
PHOENIX-7439 Bump default HBase 2.6 version to 2.6.1 (#2011)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 391e9fc7b9..6dc9cab8a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<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.10-hadoop3</hbase-2.5.runtime.version>
- <hbase-2.6.runtime.version>2.6.0-hadoop3</hbase-2.6.runtime.version>
+ <hbase-2.6.runtime.version>2.6.1-hadoop3</hbase-2.6.runtime.version>
<compileSource>1.8</compileSource>
<maven.compiler.source>${compileSource}</maven.compiler.source>