Switching to using https everywhere in the poms
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index a0d2304..f5885c4 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.apache.cxf.build-utils</groupId>
     <artifactId>cxf-buildtools</artifactId>
     <name>Apache CXF Buildtools</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 8f14050..3fdbf09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>cxf-build-utils</artifactId>
     <version>3.4.3-SNAPSHOT</version>
     <name>Apache CXF Build Utilities</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
     <packaging>pom</packaging>
 
     <modules>
@@ -55,35 +55,35 @@
             <subscribe>users-subscribe@cxf.apache.org</subscribe>
             <unsubscribe>users-unsubscribe@cxf.apache.org</unsubscribe>
             <post>users@cxf.apache.org</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>dev-subscribe@cxf.apache.org</subscribe>
             <unsubscribe>dev-unsubscribe@cxf.apache.org</unsubscribe>
             <post>dev@cxf.apache.org</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>commits-subscribe@cxf.apache.org</subscribe>
             <unsubscribe>commits-unsubscribe@cxf.apache.org</unsubscribe>
             <post>commits@cxf.apache.org</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>issues-subscribe@cxf.apache.org</subscribe>
             <unsubscribe>issues-unsubscribe@cxf.apache.org</unsubscribe>
             <post>issues@cxf.apache.org</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>notifications-subscribe@cxf.apache.org</subscribe>
             <unsubscribe>notifications-unsubscribe@cxf.apache.org</unsubscribe>
             <post>notifications@cxf.apache.org</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>
 
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index 5094b90..3c76762 100644
--- a/xml2fastinfoset-plugin/pom.xml
+++ b/xml2fastinfoset-plugin/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>cxf-xml2fastinfoset-plugin</artifactId>
     <packaging>maven-plugin</packaging>
     <name>Apache CXF XML to FastInfoset Maven2 Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
     <prerequisites>
         <maven>2.0</maven>
     </prerequisites>
diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml
index 980c62d..c7eed30 100644
--- a/xml2fastinfoset-test/pom.xml
+++ b/xml2fastinfoset-test/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>cxf-xml2fastinfoset-test</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XML to FastInfoset Maven2 Plugin Test</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <dependencies>
         <dependency>