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 <6454655+adorosz...@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>

Reply via email to