You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by mp...@apache.org on 2005/12/21 17:59:31 UTC

svn commit: r358326 - /maven/scm/trunk/pom.xml

Author: mperham
Date: Wed Dec 21 08:59:20 2005
New Revision: 358326

URL: http://svn.apache.org/viewcvs?rev=358326&view=rev
Log:
Add myself as a developer

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/scm/trunk/pom.xml?rev=358326&r1=358325&r2=358326&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Wed Dec 21 08:59:20 2005
@@ -66,6 +66,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>mperham</id>
+      <name>Mike Perham</name>
+      <email>mike@perham.net</email>
+      <organization></organization>
+      <roles>
+        <role>Developer</role>
+      </roles>
+    </developer>
   </developers>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/scm/trunk/</connection>
@@ -140,4 +149,4 @@
       <url>scp://minotaur.apache.org/www/maven.apache.org/maven2/scm/</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>