You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/01/05 22:31:26 UTC

svn commit: r731733 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: jdcasey
Date: Mon Jan  5 13:31:26 2009
New Revision: 731733

URL: http://svn.apache.org/viewvc?rev=731733&view=rev
Log:
Adding Petar Tahchiev to contributors. He added a lot of patches that made 2.2-beta-3 possible.

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=731733&r1=731732&r2=731733&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Jan  5 13:31:26 2009
@@ -49,6 +49,15 @@
     <url>http://jira.codehaus.org/browse/MASSEMBLY</url>
   </issueManagement>
 
+  <contributors>
+    <contributor>
+      <name>Petar Tahchiev</name>
+      <email>ptahchiev@apache.org</email>
+      <organization>ASF</organization>
+      <timezone>+2</timezone>
+    </contributor>
+  </contributors>
+  
   <properties>
     <mdoVersion>1.1.0</mdoVersion>
   </properties>