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/06/07 08:01:22 UTC

[sling-ide-tooling] branch master updated: Access repository via https

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-ide-tooling.git


The following commit(s) were added to refs/heads/master by this push:
     new 7993f08  Access repository via https
7993f08 is described below

commit 7993f08ffafe255066a849c88776e9260257f028
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jun 7 10:00:56 2019 +0200

    Access repository via https
---
 eclipse/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclipse/pom.xml b/eclipse/pom.xml
index 038ce60..a345c35 100644
--- a/eclipse/pom.xml
+++ b/eclipse/pom.xml
@@ -185,7 +185,7 @@
         <pluginRepository>
             <id>jboss-public-repository-group</id>
             <name>JBoss Public Repository Group</name>
-            <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+            <url>https://repository.jboss.org/nexus/content/groups/public/</url>
         </pluginRepository>
     </pluginRepositories>