浏览代码

Fix the findbugs version to make it work with maven 3. (mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/MR-279@1152681 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 14 年之前
父节点
当前提交
5de1ddf823
共有 3 个文件被更改,包括 4 次插入3 次删除
  1. 1 0
      mapreduce/CHANGES.txt
  2. 2 2
      mapreduce/pom.xml
  3. 1 1
      mapreduce/yarn/pom.xml

+ 1 - 0
mapreduce/CHANGES.txt

@@ -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)
 

+ 2 - 2
mapreduce/pom.xml

@@ -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>

+ 1 - 1
mapreduce/yarn/pom.xml

@@ -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>