You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/04/22 20:00:08 UTC

[sling-parent] branch master updated: SLING-8369: Update pom.xml to use https only

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new ee968d6  SLING-8369: Update pom.xml to use https only
ee968d6 is described below

commit ee968d690d378ba7a2d92a2f44d99481c29eca11
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Mon Apr 22 20:47:40 2019 +0200

    SLING-8369: Update pom.xml to use https only
    
    Download plugins via https instead of http.
---
 sling-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index b00f09a..b4b2916 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -1067,7 +1067,7 @@
         <pluginRepository>
             <id>apache.snapshots</id>
             <name>Apache Snapshot Repository</name>
-            <url>http://repository.apache.org/snapshots</url>
+            <url>https://repository.apache.org/snapshots</url>
             <releases>
                 <enabled>false</enabled>
             </releases>