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 0b2acb3073 PHOENIX-7668 Update HBase 2.6 profile default version to
2.6.3 (#2227)
0b2acb3073 is described below
commit 0b2acb3073283dfe4193fea02d83e77a15220ab0
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 eae56c6d70..632c435784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,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>