Switching to using https everywhere in the poms
diff --git a/boolean-test/pom.xml b/boolean-test/pom.xml
index d752c2e..86c565a 100644
--- a/boolean-test/pom.xml
+++ b/boolean-test/pom.xml
@@ -22,7 +22,7 @@
 	<artifactId>cxf-xjc-boolean-test</artifactId>
 	<packaging>jar</packaging>
 	<name>Apache CXF XJC Boolean Getter Plugin Tests</name>
-	<url>http://cxf.apache.org</url>
+	<url>https://cxf.apache.org</url>
 
 	<parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/boolean/pom.xml b/boolean/pom.xml
index d6e8493..5c519e4 100644
--- a/boolean/pom.xml
+++ b/boolean/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-boolean</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC Boolean Getter Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/bug671/pom.xml b/bug671/pom.xml
index 0e750a7..8095c10 100644
--- a/bug671/pom.xml
+++ b/bug671/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-bug671</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC Plugin To Workaround JAXB Bug 671</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/bug986/pom.xml b/bug986/pom.xml
index 5b764a7..c8408c3 100644
--- a/bug986/pom.xml
+++ b/bug986/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-bug986</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC Plugin To Workaround JAXB Bug 986</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index f4056c3..fe4d10a 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-plugin</artifactId>
     <packaging>maven-plugin</packaging>
     <name>Apache CXF XSD2Java Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/dv-test/pom.xml b/dv-test/pom.xml
index ad6dcb8..5e862ce 100644
--- a/dv-test/pom.xml
+++ b/dv-test/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-dv-test</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC Default Value Plugin Tests</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/dv/pom.xml b/dv/pom.xml
index c5ac41c..7f7438e 100644
--- a/dv/pom.xml
+++ b/dv/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-dv</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC Default Value Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index 8053259..88882ca 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-javadoc</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC JavaDoc Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
     
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/pom.xml b/pom.xml
index bf2dd7a..4312aea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <packaging>pom</packaging>
     <version>3.3.1-SNAPSHOT</version>
     <name>Apache CXF XJC Utils</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache</groupId>
@@ -75,7 +75,7 @@
     <repositories>
          <repository>
              <id>apache.snapshots</id>
-             <url>http://repository.apache.org/snapshots/</url>
+             <url>https://repository.apache.org/snapshots/</url>
              <name>Apache Snapshot Repo</name>
             <snapshots>
                 <enabled>true</enabled>
@@ -153,35 +153,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/property-listener/pom.xml b/property-listener/pom.xml
index d51725e..ca39926 100644
--- a/property-listener/pom.xml
+++ b/property-listener/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-pl</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC Property Listener Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 32efcb3..445a081 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -10,7 +10,7 @@
     <artifactId>cxf-xjc-runtime</artifactId>
     <packaging>bundle</packaging>
     <name>Apache CXF XJC Runtime</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/ts-test/pom.xml b/ts-test/pom.xml
index 55dc0b5..548aed2 100644
--- a/ts-test/pom.xml
+++ b/ts-test/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-ts-test</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC toString Plugin Tests</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/ts/pom.xml b/ts/pom.xml
index 8b4ec7e..f94a7fb 100644
--- a/ts/pom.xml
+++ b/ts/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-ts</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC toString Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/wsdlextension-test/pom.xml b/wsdlextension-test/pom.xml
index cfdffa9..2857213 100644
--- a/wsdlextension-test/pom.xml
+++ b/wsdlextension-test/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-wsdlextension-test</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC WSDL Extension Plugin Tests</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
diff --git a/wsdlextension/pom.xml b/wsdlextension/pom.xml
index 2c2dce6..771078d 100644
--- a/wsdlextension/pom.xml
+++ b/wsdlextension/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-xjc-wsdlextension</artifactId>
     <packaging>jar</packaging>
     <name>Apache CXF XJC WSDL Extension Plugin</name>
-    <url>http://cxf.apache.org</url>
+    <url>https://cxf.apache.org</url>
 
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>