Repository: ambari Updated Branches: refs/heads/branch-2.0.0 425d8afc7 -> d31356343
AMBARI-10319. ambari-metrics refers to non-existent repo on 2.0.0 branch. (David McWhorter via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d3135634 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d3135634 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d3135634 Branch: refs/heads/branch-2.0.0 Commit: d31356343bb851a51c24fb9d073ed53239e4c906 Parents: 425d8af Author: Yusaku Sako <[email protected]> Authored: Thu Apr 2 14:41:39 2015 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Apr 2 14:41:39 2015 -0700 ---------------------------------------------------------------------- ambari-metrics/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d3135634/ambari-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml index f27d9b9..23ffbd9 100644 --- a/ambari-metrics/pom.xml +++ b/ambari-metrics/pom.xml @@ -50,7 +50,7 @@ <repository> <id>apache-hadoop</id> <name>hdp</name> - <url>http://54.235.92.15/nexus/content/groups/public/</url> + <url>http://repo.hortonworks.com/content/groups/public/</url> </repository> </repositories> <dependencyManagement>
