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/10/28 15:50:01 UTC

svn commit: r1190324 - /maven/shared/trunk/maven-jarsigner/pom.xml

Author: olamy
Date: Fri Oct 28 13:50:01 2011
New Revision: 1190324

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

Modified:
    maven/shared/trunk/maven-jarsigner/pom.xml

Modified: maven/shared/trunk/maven-jarsigner/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-jarsigner/pom.xml?rev=1190324&r1=1190323&r2=1190324&view=diff
==============================================================================
--- maven/shared/trunk/maven-jarsigner/pom.xml (original)
+++ maven/shared/trunk/maven-jarsigner/pom.xml Fri Oct 28 13:50:01 2011
@@ -50,6 +50,12 @@
     <mavenVersion>2.0.6</mavenVersion>
   </properties>
 
+  <contributors>
+    <contributor>
+      <name>Tony Chemit</name>
+    </contributor>
+  </contributors>
+
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>