Repository: ambari Updated Branches: refs/heads/trunk c15a281e0 -> ead2d1f6c
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/ead2d1f6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ead2d1f6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ead2d1f6 Branch: refs/heads/trunk Commit: ead2d1f6c2273f6748e413d560a63db1096d17b9 Parents: c15a281 Author: Aravindan Vijayan <[email protected]> Authored: Tue Jun 14 22:46:24 2016 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Tue Jun 14 22:46:24 2016 -0700 ---------------------------------------------------------------------- ambari-metrics/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ead2d1f6/ambari-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml index 1f87683..3af5ae9 100644 --- a/ambari-metrics/pom.xml +++ b/ambari-metrics/pom.xml @@ -26,6 +26,9 @@ <artifactId>ambari-metrics</artifactId> <version>2.0.0.0-SNAPSHOT</version> <packaging>pom</packaging> + <organization> + <name></name> + </organization> <modules> <module>ambari-metrics-common</module> <module>ambari-metrics-hadoop-sink</module>
