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 59f1215  PHOENIX-5739 Assembly is missing client jars
59f1215 is described below

commit 59f12159262837a32e5b4c6e75d7e0486a685913
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Feb 19 17:24:59 2020 +0100

    PHOENIX-5739 Assembly is missing client jars
---
 phoenix-assembly/src/build/components/all-common-jars.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phoenix-assembly/src/build/components/all-common-jars.xml 
b/phoenix-assembly/src/build/components/all-common-jars.xml
index 56496f3..2f5076d 100644
--- a/phoenix-assembly/src/build/components/all-common-jars.xml
+++ b/phoenix-assembly/src/build/components/all-common-jars.xml
@@ -27,9 +27,9 @@
       <directory>${project.basedir}/../phoenix-client/target</directory>
       <outputDirectory>/</outputDirectory>
       <includes>
-        
<include>phoenix-client-${project.version}-${hbase.compat.version.string}.jar</include>
+        
<include>phoenix-client-${project.version}-${hbase.profile.string}.jar</include>
         <!-- deprecated jar name, which we now have a symlink for -->
-        
<include>phoenix-${project.version}-${hbase.compat.version.string}-client.jar</include>
+        
<include>phoenix-${project.version}-${hbase.profile.string}-client.jar</include>
       </includes>
     </fileSet>
     <fileSet>

Reply via email to