You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by mm...@apache.org on 2019/06/05 16:50:41 UTC

[metron] branch master updated: METRON-2127 Update Maven repositories to https (justinleet via mmiklavc) closes apache/metron#1417

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

mmiklavcic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new e16ff31  METRON-2127 Update Maven repositories to https (justinleet via mmiklavc) closes apache/metron#1417
e16ff31 is described below

commit e16ff316ae1a05f88a1f515ba2040d6cddab1d3f
Author: justinleet <ju...@gmail.com>
AuthorDate: Wed Jun 5 10:50:14 2019 -0600

    METRON-2127 Update Maven repositories to https (justinleet via mmiklavc) closes apache/metron#1417
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 239c89d..66a935e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
     <repositories>
         <repository>
             <id>clojars.org</id>
-            <url>http://clojars.org/repo</url>
+            <url>https://clojars.org/repo</url>
         </repository>
         <repository>
           <id>jcenter</id>
@@ -78,7 +78,7 @@
             </snapshots>
             <id>HDPReleases</id>
             <name>HDP Releases</name>
-            <url>http://repo.hortonworks.com/content/repositories/releases/</url>
+            <url>https://repo.hortonworks.com/content/repositories/releases/</url>
             <layout>default</layout>
         </repository>
     </repositories>