This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch bumps-parent
in repository https://gitbox.apache.org/repos/asf/struts-master.git

commit e2b59df2720a6b7723ca2f79e14bedbd3d4068ca
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Aug 23 08:37:55 2018 +0200

    Cleans up urls
---
 pom.xml | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index aeda6b3..d32a79a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,9 @@
     <name>Apache Struts</name>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/struts-master.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-master.git</developerConnection>
-        <url>http://git.apache.org/struts-master.git</url>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/struts-master.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-master.git</developerConnection>
+        <url>https://github.com/apache/struts-master/</url>
         <tag>HEAD</tag>
     </scm>
 
@@ -34,38 +34,26 @@
             <subscribe>user-subscr...@struts.apache.org</subscribe>
             <unsubscribe>user-unsubscr...@struts.apache.org</unsubscribe>
             <post>u...@struts.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/struts-user/</archive>
-            <otherArchives>
-                
<otherArchive>http://struts.apache.org/mail.html#Archives</otherArchive>
-            </otherArchives>
+            
<archive>https://lists.apache.org/list.html?u...@struts.apache.org</archive>
         </mailingList>
         <mailingList>
             <name>Struts Developer List</name>
             <subscribe>dev-subscr...@struts.apache.org</subscribe>
             <unsubscribe>dev-unsubscr...@struts.apache.org</unsubscribe>
             <post>d...@struts.apache.org</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/struts-dev/</archive>
-            <otherArchives>
-                
<otherArchive>http://struts.apache.org/dev/dev-mail.html#Archives</otherArchive>
-            </otherArchives>
+            
<archive>https://lists.apache.org/list.html?d...@struts.apache.org</archive>
         </mailingList>
         <mailingList>
             <name>Struts Commits List</name>
             <subscribe>commits-subscr...@struts.apache.org</subscribe>
             <unsubscribe>commits-unsubscr...@struts.apache.org</unsubscribe>
-            
<archive>http://mail-archives.apache.org/mod_mbox/struts-commits/</archive>
-            <otherArchives>
-                
<otherArchive>http://struts.apache.org/dev/dev-mail.html#Archives</otherArchive>
-            </otherArchives>
+            
<archive>https://lists.apache.org/list.html?commits@struts.apache.org</archive>
         </mailingList>
         <mailingList>
             <name>Struts Issues List</name>
             <subscribe>issues-subscr...@struts.apache.org</subscribe>
             <unsubscribe>issues-unsubscr...@struts.apache.org</unsubscribe>
-            
<archive>http://mail-archives.apache.org/mod_mbox/struts-issues/</archive>
-            <otherArchives>
-                
<otherArchive>http://struts.apache.org/dev/dev-mail.html#Archives</otherArchive>
-            </otherArchives>
+            
<archive>https://lists.apache.org/list.html?iss...@struts.apache.org</archive>
         </mailingList>
     </mailingLists>
 

Reply via email to