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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f78003  Switch to using https in the poms
1f78003 is described below

commit 1f780032b0bb04fb7dd32c6a758388745ff4fe88
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue May 21 14:39:27 2019 +0100

    Switch to using https in the poms
---
 pom.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index cba4170..5aa1d75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     </properties>
 
     <scm>
-        
<connection>scm:git:http://gitbox.apache.org/repos/asf/cxf-fediz.git</connection>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</developerConnection>
       <tag>HEAD</tag>
   </scm>
@@ -136,7 +136,7 @@
         <repository>
             <id>wasdev-maven-repo</id>
             <name>wasdev-maven-repo</name>
-            
<url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
+            
<url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
         </repository>
     </repositories>
     <pluginRepositories>
@@ -154,7 +154,7 @@
         <pluginRepository>
             <id>Liberty</id>
             <name>Liberty Repository</name>
-            
<url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
+            
<url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
             <layout>default</layout>
             <snapshots>
                 <enabled>false</enabled>
@@ -173,35 +173,35 @@
             <subscribe>[email protected]</subscribe>
             <unsubscribe>[email protected]</unsubscribe>
             <post>[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/cxf-users</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/cxf-users</archive>
         </mailingList>
         <mailingList>
             <name>Apache CXF Developer List</name>
             <subscribe>[email protected]</subscribe>
             <unsubscribe>[email protected]</unsubscribe>
             <post>[email protected]</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/cxf-dev</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/cxf-dev</archive>
         </mailingList>
         <mailingList>
             <name>Apache CXF Commits List</name>
             <subscribe>[email protected]</subscribe>
             <unsubscribe>[email protected]</unsubscribe>
             <post>[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/cxf-commits</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/cxf-commits</archive>
         </mailingList>
         <mailingList>
             <name>Apache CXF Issues List</name>
             <subscribe>[email protected]</subscribe>
             <unsubscribe>[email protected]</unsubscribe>
             <post>[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/cxf-issues</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/cxf-issues</archive>
         </mailingList>
         <mailingList>
             <name>Apache CXF Build Notifications List</name>
             <subscribe>[email protected]</subscribe>
             <unsubscribe>[email protected]</unsubscribe>
             <post>[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/cxf-notifications</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/cxf-notifications</archive>
         </mailingList>
     </mailingLists>
 
@@ -209,11 +209,11 @@
         <developer>
             <name>The Apache CXF Team</name>
             <email>[email protected]</email>
-            <url>http://cxf.apache.org</url>
+            <url>https://cxf.apache.org</url>
             <organization>Apache Software Foundation</organization>
-            <organizationUrl>http://apache.org/</organizationUrl>
+            <organizationUrl>https://apache.org/</organizationUrl>
             <properties>
-                <picUrl>http://cxf.apache.org/images/cxf.png</picUrl>
+                <picUrl>https://cxf.apache.org/images/cxf.png</picUrl>
             </properties>
         </developer>
     </developers>
@@ -234,13 +234,13 @@
     <licenses>
         <license>
             <name>Apache License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
             <distribution>repo</distribution>
         </license>
     </licenses>
     <organization>
         <name>The Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
+        <url>https://www.apache.org/</url>
     </organization>
 
     <modules>

Reply via email to