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/02/15 20:52:45 UTC

[phoenix] 01/02: PHOENIX-6382 Shaded artifact names and descriptions have undersolved ${hbase.profile} strings

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

commit fe01b66e8ddbb12ac2cccbd185d942e610f26771
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 ce83f1e..33cf724 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 b55fde4..69a5549 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 c60528d..ad81225 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>