You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/08/23 06:40:10 UTC

[struts-master] 03/04: Cleans up urls

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 <lu...@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-subscribe@struts.apache.org</subscribe>
             <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
             <post>user@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?user@struts.apache.org</archive>
         </mailingList>
         <mailingList>
             <name>Struts Developer List</name>
             <subscribe>dev-subscribe@struts.apache.org</subscribe>
             <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
             <post>dev@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?dev@struts.apache.org</archive>
         </mailingList>
         <mailingList>
             <name>Struts Commits List</name>
             <subscribe>commits-subscribe@struts.apache.org</subscribe>
             <unsubscribe>commits-unsubscribe@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-subscribe@struts.apache.org</subscribe>
             <unsubscribe>issues-unsubscribe@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?issues@struts.apache.org</archive>
         </mailingList>
     </mailingLists>