You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ya...@apache.org on 2021/01/18 18:16:50 UTC

[phoenix] branch 4.16 updated: PHOENIX-6307 Build and release official binary distributions with each HBase profile (addendum: include hbase-compat in phoenix-server)

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

yanxinyi 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 3cb7bb2  PHOENIX-6307 Build and release official binary distributions with each HBase profile (addendum: include hbase-compat in phoenix-server)
3cb7bb2 is described below

commit 3cb7bb2c9cd0150a344330000f07311223d423e4
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jan 18 05:47:12 2021 +0100

    PHOENIX-6307 Build and release official binary distributions with each HBase profile (addendum: include hbase-compat in phoenix-server)
---
 phoenix-server/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 01da9af..69e593f 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -98,6 +98,7 @@
                 <artifactSet>
                 <includes>
                   <include>org.apache.phoenix:phoenix-core</include>
+                  <include>org.apache.phoenix:phoenix-hbase-compat-${hbase.compat.version}</include>
                   <include>org.iq80.snappy:snappy</include>
                   <include>org.antlr:antlr*</include>
                   <include>org.apache.tephra:tephra*</include>