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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45cebb7  [WW-4952] Upgrades parent pom (#1)
45cebb7 is described below

commit 45cebb728bcdb86b120bed932d4a3c264bca1501
Author: Lukasz Lenart <lukasz.len...@gmail.com>
AuthorDate: Thu Aug 23 11:56:13 2018 +0200

    [WW-4952] Upgrades parent pom (#1)
    
    * Upgrades apache parent to version 21
    
    * Adds Yasser to the developer's list
    
    * Cleans up urls
    
    * Drops duplicated developer entry
    
    * Fixes rebase issue
---
 pom.xml | 30 +++++++++---------------------
 1 file changed, 9 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc8cf6a..acb8995 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>18</version>
+        <version>21</version>
     </parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts-master</artifactId>
@@ -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>
 
@@ -339,7 +327,7 @@
             <id>yasserzamani</id>
             <email>yasserzamani at apache.org</email>
             <roles>
-                <role>Committer</role>
+                <role>PMC Member</role>
             </roles>
         </developer>
     </developers>

Reply via email to