Author: michaelo
Date: Sat Sep 22 22:45:17 2018
New Revision: 1841704

URL: http://svn.apache.org/viewvc?rev=1841704&view=rev
Log:
Use HTTPS for mail archives

Modified:
    velocity/maven/trunk/pom/pom.xml

Modified: velocity/maven/trunk/pom/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/maven/trunk/pom/pom.xml?rev=1841704&r1=1841703&r2=1841704&view=diff
==============================================================================
--- velocity/maven/trunk/pom/pom.xml (original)
+++ velocity/maven/trunk/pom/pom.xml Sat Sep 22 22:45:17 2018
@@ -179,16 +179,16 @@
       <subscribe>[email protected]</subscribe>
       <unsubscribe>[email protected]</unsubscribe>
       <post>[email protected]</post>
-      
<archive>http://mail-archives.apache.org/mod_mbox/velocity-general/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/velocity-general/</archive>
     </mailingList>
     <mailingList>
       <name>user</name>
       <subscribe>[email protected]</subscribe>
       <unsubscribe>[email protected]</unsubscribe>
       <post>[email protected]</post>
-      
<archive>http://mail-archives.apache.org/mod_mbox/velocity-user/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/velocity-user/</archive>
       <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+        
<otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive>
       </otherArchives>
     </mailingList>
     <mailingList>
@@ -196,16 +196,16 @@
       <subscribe>[email protected]</subscribe>
       <unsubscribe>[email protected]</unsubscribe>
       <post>[email protected]</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/velocity-dev/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/velocity-dev/</archive>
       <otherArchives>
-        
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
+        
<otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive>
       </otherArchives>
     </mailingList>
     <mailingList>
       <name>commits</name>
       <subscribe>[email protected]</subscribe>
       <unsubscribe>[email protected]</unsubscribe>
-      
<archive>http://mail-archives.apache.org/mod_mbox/velocity-commits/</archive>
+      
<archive>https://mail-archives.apache.org/mod_mbox/velocity-commits/</archive>
     </mailingList>
   </mailingLists>
 


Reply via email to