Author: coheigea
Date: Tue May 21 13:31:56 2019
New Revision: 1859644
URL: http://svn.apache.org/viewvc?rev=1859644&view=rev
Log:
Switching to use https everywhere
Modified:
webservices/xmlschema/trunk/pom.xml
Modified: webservices/xmlschema/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1859644&r1=1859643&r2=1859644&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Tue May 21 13:31:56 2019
@@ -30,10 +30,10 @@
<name>XmlSchema</name>
<version>2.2.5-SNAPSHOT</version>
<description>Apache XMLSchema is a light weight schema object model that
can be used to manipulate or generate XML schema.</description>
- <url>http://ws.apache.org/commons/xmlschema20/</url>
+ <url>https://ws.apache.org/commons/xmlschema20/</url>
<issueManagement>
<system>JIRA</system>
- <url>http://issues.apache.org/jira/browse/XMLSCHEMA</url>
+ <url>https://issues.apache.org/jira/browse/XMLSCHEMA</url>
</issueManagement>
<mailingLists>
<mailingList>
@@ -41,28 +41,28 @@
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/ws-dev/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/ws-dev/</archive>
</mailingList>
<mailingList>
<name>WS Users</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/ws-users/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/ws-users/</archive>
</mailingList>
</mailingLists>
<inceptionYear>2004</inceptionYear>
<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>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/trunk</connection>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/webservices/xmlschema/trunk</url>
+ <url>https://svn.apache.org/viewvc/webservices/xmlschema/trunk</url>
</scm>
<prerequisites>
<maven>3.0</maven>
@@ -75,7 +75,7 @@
</distributionManagement>
<organization>
<name>The Apache Software Foundation</name>
- <url>http://www.apache.org/</url>
+ <url>https://www.apache.org/</url>
</organization>
<properties>
<xmlschema-eclipse-version>2.0</xmlschema-eclipse-version>