This is an automated email from the ASF dual-hosted git repository.
gates pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new d72c6e1 HIVE-19667: Remove distribution management tag from pom.xml
(Vineet Garg, reviewed by Ashutosh Chauhan)
d72c6e1 is described below
commit d72c6e19b8b9bf7646471bd710f152a73e0db383
Author: Vineet Garg <[email protected]>
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 737a6fa..d6175ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1543,11 +1543,4 @@
</modules>
</profile>
</profiles>
- <distributionManagement>
- <repository>
- <id>${repoid}</id>
- <name>${reponame}</name>
- <url>${repourl}</url>
- </repository>
- </distributionManagement>
</project>