You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/09/23 08:43:44 UTC

svn commit: r1174544 - /maven/wagon/trunk/pom.xml

Author: olamy
Date: Fri Sep 23 06:43:44 2011
New Revision: 1174544

URL: http://svn.apache.org/viewvc?rev=1174544&view=rev
Log:
inherit developpers list from parent

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=1174544&r1=1174543&r2=1174544&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Fri Sep 23 06:43:44 2011
@@ -37,25 +37,6 @@ under the License.
   <url>http://maven.apache.org/wagon</url>
   <inceptionYear>2003</inceptionYear>
 
-  <developers>
-    <developer>
-      <id>michal</id>
-      <name>Michal Maczka</name>
-      <email>michal@codehaus.org</email>
-      <organization>Codehaus</organization>
-      <roles>
-        <role>Developer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>struberg</id>
-      <name>Mark Struberg</name>
-      <email>struberg@apache.org</email>
-      <roles>
-        <role>Developer</role>
-      </roles>
-    </developer>
-  </developers>
   <contributors>
     <contributor>
       <name>James William Dumay</name>
@@ -114,6 +95,14 @@ under the License.
     <contributor>
       <name>Thorsten Heit</name>
     </contributor>
+    <contributor>
+      <name>Michal Maczka</name>
+      <email>michal@codehaus.org</email>
+      <organization>Codehaus</organization>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </contributor>
   </contributors>
 
   <mailingLists>