Author: coheigea
Date: Tue May 21 13:30:21 2019
New Revision: 1859643
URL: http://svn.apache.org/viewvc?rev=1859643&view=rev
Log:
Switching to use https everywhere
Modified:
webservices/neethi/trunk/pom.xml
Modified: webservices/neethi/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/neethi/trunk/pom.xml?rev=1859643&r1=1859642&r2=1859643&view=diff
==============================================================================
--- webservices/neethi/trunk/pom.xml (original)
+++ webservices/neethi/trunk/pom.xml Tue May 21 13:30:21 2019
@@ -31,9 +31,9 @@
<version>3.1.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Apache Neethi provides general framework for the programmers
to use WS Policy. It is compliant with latest WS Policy specification which was
published in March 2006. This framework is specifically written to enable the
Apache Web services stack to use WS Policy as a way of expressing it's
requirements and capabilities.</description>
- <url>http://ws.apache.org/neethi/</url>
+ <url>https://ws.apache.org/neethi/</url>
<issueManagement>
- <url>http://issues.apache.org/jira/browse/NEETHI</url>
+ <url>https://issues.apache.org/jira/browse/NEETHI</url>
</issueManagement>
<prerequisites>
<maven>3.0</maven>
@@ -44,7 +44,7 @@
<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>
</mailingLists>
<inceptionYear>2004</inceptionYear>
@@ -94,18 +94,18 @@
<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/neethi/trunk</connection>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/webservices/neethi/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/neethi/trunk</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/webservices/neethi/trunk</url>
+ <url>https://svn.apache.org/viewcvs.cgi/webservices/neethi/trunk</url>
</scm>
<organization>
<name>The Apache Software Foundation</name>
- <url>http://www.apache.org/</url>
+ <url>https://www.apache.org/</url>
</organization>
<build>
<plugins>