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 <[email protected]>
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>[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>
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>