Repository: phoenix
Updated Branches:
  refs/heads/master e0dda836d -> 52b563d70


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

This reverts commit e0dda836dc45b069804ec79f921f8c5022b22f9d.


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

Branch: refs/heads/master
Commit: 27bf35bc9bb6d8e860d56e12847bb5d815a9f9ff
Parents: e0dda83
Author: Vincent Poon <[email protected]>
Authored: Fri Nov 30 16:25:42 2018 -0800
Committer: Vincent Poon <[email protected]>
Committed: Fri Nov 30 16:25:42 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/27bf35bc/phoenix-client/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-client/pom.xml b/phoenix-client/pom.xml
index 26290e9..8defdd8 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/27bf35bc/phoenix-server/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml
index 6701730..d92194a 100644
--- a/phoenix-server/pom.xml
+++ b/phoenix-server/pom.xml
@@ -101,7 +101,6 @@
             </goals>
             <configuration>
                 <finalName>phoenix-server-${project.version}</finalName>
-                <createDependencyReducedPom>false</createDependencyReducedPom>
                 <shadedArtifactAttached>false</shadedArtifactAttached>
                 
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                 <shadeTestJar>false</shadeTestJar>

Reply via email to