Author: olamy Date: Wed Jul 24 10:23:20 2013 New Revision: 1506483 URL: http://svn.apache.org/r1506483 Log: add contributor
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=1506483&r1=1506482&r2=1506483&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Wed Jul 24 10:23:20 2013 @@ -59,6 +59,12 @@ under the License. <mavenPluginVersion>3.2</mavenPluginVersion> </properties> + <contributors> + <contributor> + <name>Stephen Colebourne</name> + </contributor> + </contributors> + <dependencies> <dependency> <groupId>org.apache.maven</groupId>