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

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


The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
     new c93d64f  Switch to using https in the poms
c93d64f is described below

commit c93d64f276bf9e3464dba63d8017b678d5a268d2
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 9cbe1ff..bb4b99e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,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>
@@ -142,7 +142,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>
@@ -160,7 +160,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>
@@ -179,35 +179,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>
 
@@ -215,11 +215,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>
@@ -240,13 +240,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