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

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


The following commit(s) were added to refs/heads/4.x by this push:
     new e319550  PHOENIX-6382 Shaded artifact names and descriptions have 
undersolved ${hbase.profile} strings
e319550 is described below

commit e319550830b73245e45e784e518aca7629d3e327
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Feb 12 17:27:21 2021 +0100

    PHOENIX-6382 Shaded artifact names and descriptions have undersolved 
${hbase.profile} strings
---
 phoenix-client-parent/phoenix-client-embedded/pom.xml | 4 ++--
 phoenix-client-parent/phoenix-client/pom.xml          | 4 ++--
 phoenix-server/pom.xml                                | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/phoenix-client-parent/phoenix-client-embedded/pom.xml 
b/phoenix-client-parent/phoenix-client-embedded/pom.xml
index a99c3ef..bfcc0ec 100644
--- a/phoenix-client-parent/phoenix-client-embedded/pom.xml
+++ b/phoenix-client-parent/phoenix-client-embedded/pom.xml
@@ -26,8 +26,8 @@
   </parent>
 
   <artifactId>phoenix-client-embedded-${hbase.suffix}</artifactId>
-  <name>Phoenix Client Embedded for HBase ${hbase.profile}</name>
-  <description>Phoenix Client without logging implementation for for HBase 
${hbase.profile}</description>
+  <name>Phoenix Client Embedded</name>
+  <description>Phoenix Client without logging implementation</description>
 
   <packaging>jar</packaging>
 
diff --git a/phoenix-client-parent/phoenix-client/pom.xml 
b/phoenix-client-parent/phoenix-client/pom.xml
index 08b9128..71af6ed 100644
--- a/phoenix-client-parent/phoenix-client/pom.xml
+++ b/phoenix-client-parent/phoenix-client/pom.xml
@@ -26,8 +26,8 @@
   </parent>
 
   <artifactId>phoenix-client-${hbase.suffix}</artifactId>
-  <name>Phoenix Client for HBase ${hbase.profile}</name>
-  <description>Phoenix Client for HBase ${hbase.profile}</description>
+  <name>Phoenix Client</name>
+  <description>Phoenix Client</description>
 
   <packaging>jar</packaging>
 
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 7296fef..275004e 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -28,8 +28,8 @@
   </parent>
 
   <artifactId>phoenix-server-${hbase.suffix}</artifactId>
-  <name>Phoenix Server JAR for HBase ${hbase.profile}</name>
-  <description>Phoenix HBase Server Side JAR for HBase 
${hbase.profile}</description>
+  <name>Phoenix Server JAR</name>
+  <description>Phoenix HBase Server Side JAR</description>
 
   <packaging>jar</packaging>
   <properties>

Reply via email to