Do you feel lucky?
On 10/28/10 7:20 AM, [email protected] wrote:
Author: bimargulies
Date: Thu Oct 28 14:20:05 2010
New Revision: 1028309
URL: http://svn.apache.org/viewvc?rev=1028309&view=rev
Log:
A few last missing POM versions.
Modified:
mahout/trunk/pom.xml
Modified: mahout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1028309&r1=1028308&r2=1028309&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Thu Oct 28 14:20:05 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>
@@ -647,6 +648,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>
@@ -662,6 +664,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
+ <version>2.4</version>
<configuration>
<tags>
<tag>TODO</tag>