Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.4 cdf58cd1d -> d6cde8ed2


Revert "PHOENIX-4781 Fix phoenix-client and phoenix-server jar naming 
convention (addendum)"

This reverts commit 91918fed3b8857f918e8dfb2ce0ef4649362358c.


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e4b31912
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e4b31912
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e4b31912

Branch: refs/heads/4.x-HBase-1.4
Commit: e4b31912137b39fb8cab4cf2aa314bf16bc7f1e4
Parents: cdf58cd
Author: Vincent Poon <[email protected]>
Authored: Fri Nov 30 15:56:39 2018 -0800
Committer: Vincent Poon <[email protected]>
Committed: Fri Nov 30 15:56:39 2018 -0800

----------------------------------------------------------------------
 phoenix-client/pom.xml | 1 -
 phoenix-server/pom.xml | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e4b31912/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index cc9ff9a..4866f9f 100644
--- a/phoenix-client/pom.xml
+++ b/phoenix-client/pom.xml
@@ -95,7 +95,6 @@
             </goals>
             <configuration>
               <finalName>phoenix-client-${project.version}</finalName>
-              <createDependencyReducedPom>false</createDependencyReducedPom>
               <shadedArtifactAttached>false</shadedArtifactAttached>
               
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
               <shadeTestJar>false</shadeTestJar>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/e4b31912/phoenix-server/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index ea1c3c1..0ec7b39 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -99,8 +99,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-                <finalName>phoenix-server-${project.version}</finalName>
-                <createDependencyReducedPom>false</createDependencyReducedPom>
+              <finalName>phoenix-server-${project.version}</finalName>
                 <shadedArtifactAttached>false</shadedArtifactAttached>
                 
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                 <shadeTestJar>false</shadeTestJar>

Reply via email to