Author: mahadev
Date: Mon Aug 1 03:22:07 2011
New Revision: 1152681
URL: http://svn.apache.org/viewvc?rev=1152681&view=rev
Log:
Fix the findbugs version to make it work with maven 3. (mahadev)
Modified:
hadoop/common/branches/MR-279/mapreduce/CHANGES.txt
hadoop/common/branches/MR-279/mapreduce/pom.xml
hadoop/common/branches/MR-279/mapreduce/yarn/pom.xml
Modified: hadoop/common/branches/MR-279/mapreduce/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/MR-279/mapreduce/CHANGES.txt?rev=1152681&r1=1152680&r2=1152681&view=diff
==============================================================================
--- hadoop/common/branches/MR-279/mapreduce/CHANGES.txt (original)
+++ hadoop/common/branches/MR-279/mapreduce/CHANGES.txt Mon Aug 1 03:22:07 2011
@@ -4,6 +4,7 @@ Trunk (unreleased changes)
MAPREDUCE-279
+ Fix the findbugs version to make it work with maven 3. (mahadev)
Fixes for making MR-279 work with trunk common/hdfs. (mahadev)
Modified: hadoop/common/branches/MR-279/mapreduce/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/MR-279/mapreduce/pom.xml?rev=1152681&r1=1152680&r2=1152681&view=diff
==============================================================================
--- hadoop/common/branches/MR-279/mapreduce/pom.xml (original)
+++ hadoop/common/branches/MR-279/mapreduce/pom.xml Mon Aug 1 03:22:07 2011
@@ -145,7 +145,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
@@ -336,7 +336,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<!-- until we have reporting management cf. MSITE-443 -->
- <version>2.3.1</version>
+ <version>2.3.2</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
</configuration>
Modified: hadoop/common/branches/MR-279/mapreduce/yarn/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/MR-279/mapreduce/yarn/pom.xml?rev=1152681&r1=1152680&r2=1152681&view=diff
==============================================================================
--- hadoop/common/branches/MR-279/mapreduce/yarn/pom.xml (original)
+++ hadoop/common/branches/MR-279/mapreduce/yarn/pom.xml Mon Aug 1 03:22:07 2011
@@ -183,7 +183,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
|