You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ga...@apache.org on 2019/08/22 21:40:25 UTC

[hive] branch branch-3.1 updated: HIVE-19667: Remove distribution management tag from pom.xml (Vineet Garg, reviewed by Ashutosh Chauhan)

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

gates pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new a25bee5  HIVE-19667: Remove distribution management tag from pom.xml (Vineet Garg, reviewed by Ashutosh Chauhan)
a25bee5 is described below

commit a25bee5e0171ffb4f23a878b5c5d527a3e2f5bf8
Author: Vineet Garg <vg...@apache.org>
AuthorDate: Fri May 25 11:32:30 2018 -0700

    HIVE-19667: Remove distribution management tag from pom.xml (Vineet Garg, reviewed by Ashutosh Chauhan)
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index d16313f..c06f7f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1541,11 +1541,4 @@
       </modules>
     </profile>
   </profiles>
-  <distributionManagement>
-    <repository>
-      <id>${repoid}</id>
-      <name>${reponame}</name>
-      <url>${repourl}</url>
-    </repository>
-  </distributionManagement>
 </project>