You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/05/21 13:18:35 UTC

[cxf-build-utils] branch master updated: Switching to using https everywhere in the poms

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-build-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e8abfa  Switching to using https everywhere in the poms
3e8abfa is described below

commit 3e8abfa7135fa542d3f92a15e66ce3e7d421bf02
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 14:18:08 2019 +0100

    Switching to using https everywhere in the poms
---
 buildtools/pom.xml             |  2 +-
 pom.xml                        | 12 ++++++------
 xml2fastinfoset-plugin/pom.xml |  2 +-
 xml2fastinfoset-test/pom.xml   |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

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>