You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/10/13 09:36:04 UTC

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

Author: krosenvold
Date: Mon Oct 13 07:36:03 2014
New Revision: 1631304

URL: http://svn.apache.org/r1631304
Log:
Fixed borked contributor tag

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=1631304&r1=1631303&r2=1631304&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Oct 13 07:36:03 2014
@@ -74,7 +74,7 @@ under the License.
     </contributor>
     <contributor>
       <name>Tony Jewell</name>
-    <contributor>
+    </contributor>
   </contributors>
 
   <dependencies>