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 8b685929a9 PHOENIX-7668 Update HBase 2.6 profile default version to
2.6.3 (#2227)
8b685929a9 is described below
commit 8b685929a9e3a6c3e67f6f40769fddc1828c6b80
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Jul 29 05:33:27 2025 +0200
PHOENIX-7668 Update HBase 2.6 profile default version to 2.6.3 (#2227)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 80d8af7fec..52f61852c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
<hbase-2.5.4.runtime.version>2.5.10-hadoop3</hbase-2.5.4.runtime.version>
<hbase-2.5.runtime.version>2.5.11-hadoop3</hbase-2.5.runtime.version>
<hbase-2.6.0.runtime.version>2.6.1-hadoop3</hbase-2.6.0.runtime.version>
- <hbase-2.6.runtime.version>2.6.2-hadoop3</hbase-2.6.runtime.version>
+ <hbase-2.6.runtime.version>2.6.3-hadoop3</hbase-2.6.runtime.version>
<compileSource>1.8</compileSource>
<maven.compiler.source>${compileSource}</maven.compiler.source>