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 2012/06/26 09:03:23 UTC

svn commit: r1353838 - /maven/plugin-tools/trunk/pom.xml

Author: olamy
Date: Tue Jun 26 07:03:22 2012
New Revision: 1353838

URL: http://svn.apache.org/viewvc?rev=1353838&view=rev
Log:
add a contributors section

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1353838&r1=1353837&r2=1353838&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Tue Jun 26 07:03:22 2012
@@ -111,6 +111,12 @@
     </mailingList>
   </mailingLists>
 
+  <contributors>
+    <contributor>
+      <name>Tony Chemit</name>
+    </contributor>
+  </contributors>
+
   <prerequisites>
     <maven>2.2.1</maven>
   </prerequisites>