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 <[email protected]>
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>
 

Reply via email to