This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 382a429d15 PHOENIX-7439 Bump default HBase 2.6 version to 2.6.1 (#2011)
382a429d15 is described below
commit 382a429d151830dc0fc0b777825891eeb5372a4e
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 2f6de2d0b9..34ec66cb85 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>