You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/08/06 01:48:30 UTC

svn commit: r562989 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Sun Aug  5 16:48:24 2007
New Revision: 562989

URL: http://svn.apache.org/viewvc?view=rev&rev=562989
Log:
Specify the RAT Plugin version

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?view=diff&rev=562989&r1=562988&r2=562989
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Aug  5 16:48:24 2007
@@ -208,6 +208,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-2</version>
       </plugin>
     </plugins>
   </reporting>