This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.16 by this push:
     new 7ade0b6  PHOENIX-6538 4.x builds broken for HBase 1.3 profile
7ade0b6 is described below

commit 7ade0b6db2c9a3ee4c2b0e5846a0f73f446216aa
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Sep 9 09:39:06 2021 +0200

    PHOENIX-6538 4.x builds broken for HBase 1.3 profile
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b575b6..7199e46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -615,7 +615,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.phoenix</groupId>
-        <artifactId>phoenix-server-hbase-2.1</artifactId>
+        <artifactId>phoenix-server-hbase-1.3</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>

Reply via email to