You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/10/29 04:43:15 UTC

svn commit: r1190743 - /maven/archetype/trunk/pom.xml

Author: hboutemy
Date: Sat Oct 29 02:43:15 2011
New Revision: 1190743

URL: http://svn.apache.org/viewvc?rev=1190743&view=rev
Log:
removed unneeded plugin version

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1190743&r1=1190742&r2=1190743&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Sat Oct 29 02:43:15 2011
@@ -352,7 +352,6 @@ under the License.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
         <configuration>
           <excludes>
             <exclude>.gitignore</exclude>