You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2009/05/27 12:17:49 UTC

svn commit: r779080 - /commons/proper/cli/trunk/pom.xml

Author: ebourg
Date: Wed May 27 10:17:49 2009
New Revision: 779080

URL: http://svn.apache.org/viewvc?rev=779080&view=rev
Log:
Added myself to the list of developers

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=779080&r1=779079&r2=779080&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Wed May 27 10:17:49 2009
@@ -79,6 +79,12 @@
         <role>designed CLI2</role>
       </roles>
     </developer>
+    <developer>
+      <name>Emmanuel Bourg</name>
+      <id>ebourg</id>
+      <email>ebourg@apache.org</email>
+      <organization>Ariane Software</organization>
+    </developer>
   </developers>
 
   <contributors>
@@ -115,6 +121,7 @@
         <role>lots of fixes for 1.1</role>
       </roles>
     </contributor>
+    
   </contributors>
 
   <dependencies>