Author: bimargulies
Date: Thu Oct 28 14:34:11 2010
New Revision: 1028321

URL: http://svn.apache.org/viewvc?rev=1028321&view=rev
Log:
maven keeps rationing the complaints about these missing versions

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1028321&r1=1028320&r2=1028321&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Thu Oct 28 14:34:11 2010
@@ -614,6 +614,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
+               <version>2.6</version>
             </plugin>
            <!-- checkstyle -->
             <plugin>
@@ -648,6 +649,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
+               <version>2.5</version>
                 <configuration>
                     <rulesets>
                         
<ruleset>../eclipse/src/main/resources/mahout-pmd-ruleset.xml</ruleset>
@@ -663,6 +665,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>taglist-maven-plugin</artifactId>
+               <version>2.4</version>
                 <configuration>
                     <tags>
                         <tag>TODO</tag>


Reply via email to