Author: coheigea
Date: Tue May 21 13:33:59 2019
New Revision: 1859645

URL: http://svn.apache.org/viewvc?rev=1859645&view=rev
Log:
Switching to use https everywhere

Modified:
    webservices/wss4j/trunk/parent/pom.xml
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/parent/pom.xml?rev=1859645&r1=1859644&r2=1859645&view=diff
==============================================================================
--- webservices/wss4j/trunk/parent/pom.xml (original)
+++ webservices/wss4j/trunk/parent/pom.xml Tue May 21 13:33:59 2019
@@ -29,7 +29,7 @@
     <packaging>pom</packaging>
     <name>Apache WSS4J parent</name>
     <description>Apache WSS4J parent pom</description>
-    <url>http://ws.apache.org/wss4j/</url>
+    <url>https://ws.apache.org/wss4j/</url>
 
     <properties>
         <bcprov.version>1.61</bcprov.version>

Modified: webservices/wss4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1859645&r1=1859644&r2=1859645&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Tue May 21 13:33:59 2019
@@ -30,10 +30,10 @@
         for Web Services, namely the OASIS Web Services Security (WS-Security) 
specifications 
         from the OASIS Web Services Security TC.
     </description>
-    <url>http://ws.apache.org/wss4j/</url>
+    <url>https://ws.apache.org/wss4j/</url>
     <issueManagement>
         <system>JIRA</system>
-        <url>http://issues.apache.org/jira/browse/WSS</url>
+        <url>https://issues.apache.org/jira/browse/WSS</url>
     </issueManagement>
     <mailingLists>
         <mailingList>
@@ -73,30 +73,30 @@
     <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/wss4j/trunk/
+            scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/trunk/
         </connection>
         <developerConnection>
             scm:svn:https://svn.apache.org/repos/asf/webservices/wss4j/trunk/
         </developerConnection>
-        <url>http://svn.apache.org/repos/asf/webservices/wss4j/trunk</url>
+        <url>https://svn.apache.org/repos/asf/webservices/wss4j/trunk</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
+        <url>https://www.apache.org/</url>
     </organization>
     <developers>
         <developer>
             <name>The Apache WSS4J Team</name>
             <email>[email protected]</email>
-            <url>http://ws.apache.org/wss4j</url>
+            <url>https://ws.apache.org/wss4j</url>
             <organization>Apache Software Foundation</organization>
-            <organizationUrl>http://apache.org/</organizationUrl>
+            <organizationUrl>https://apache.org/</organizationUrl>
         </developer>
     </developers>
 


Reply via email to