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>