Repository: ambari Updated Branches: refs/heads/branch-2.4 9933d1784 -> 22cc2d5fa
AMBARI-17150 : Ambari Metrics components packages do not have vendor before upgrade, but for new versions it appears (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/22cc2d5f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/22cc2d5f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/22cc2d5f Branch: refs/heads/branch-2.4 Commit: 22cc2d5fab13928ca8fc4c60df0288191728da6d Parents: 9933d17 Author: Aravindan Vijayan <[email protected]> Authored: Tue Jun 14 22:45:18 2016 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Tue Jun 14 22:45:18 2016 -0700 ---------------------------------------------------------------------- ambari-metrics/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/22cc2d5f/ambari-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml index 36d817e..ebe3bd4 100644 --- a/ambari-metrics/pom.xml +++ b/ambari-metrics/pom.xml @@ -26,6 +26,9 @@ <artifactId>ambari-metrics</artifactId> <version>2.4.0.0.0</version> <packaging>pom</packaging> + <organization> + <name></name> + </organization> <modules> <module>ambari-metrics-common</module> <module>ambari-metrics-hadoop-sink</module>
