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 3a258c97fe PHOENIX-7275 Update HBase 2.5 default version to 2.5.8 3a258c97fe is described below commit 3a258c97fe01f166eada6870470c231a096a0182 Author: Istvan Toth <st...@apache.org> AuthorDate: Thu Mar 14 06:15:54 2024 +0100 PHOENIX-7275 Update HBase 2.5 default version to 2.5.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97c98575be..49413dc863 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ <hbase-2.4.0.runtime.version>2.4.0</hbase-2.4.0.runtime.version> <hbase-2.4.runtime.version>2.4.17</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.7-hadoop3</hbase-2.5.runtime.version> + <hbase-2.5.runtime.version>2.5.8-hadoop3</hbase-2.5.runtime.version> <compileSource>1.8</compileSource> <maven.compiler.source>${compileSource}</maven.compiler.source>