You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2019/07/09 07:59:39 UTC

[ambari] branch branch-2.7 updated: Use https for hdp repo (#3043)

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

adoroszlai pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 28f6bc9  Use https for hdp repo (#3043)
28f6bc9 is described below

commit 28f6bc99178b2dba3574f95d136a6c3ed83fec72
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Tue Jul 9 09:59:34 2019 +0200

    Use https for hdp repo (#3043)
---
 ambari-metrics/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml
index 1e8aa70..38da76a 100644
--- a/ambari-metrics/pom.xml
+++ b/ambari-metrics/pom.xml
@@ -74,7 +74,7 @@
     <repository>
       <id>apache-hadoop</id>
       <name>hdp</name>
-      <url>http://nexus-private.hortonworks.com/nexus/content/groups/public</url>
+      <url>https://nexus-private.hortonworks.com/nexus/content/groups/public</url>
     </repository>
     <repository>
       <id>apache-snapshots</id>