Repository: hadoop
Updated Branches:
  refs/heads/branch-2 2bc3f1064 -> c9e9f82ec


HADOOP-10476. Bumping the findbugs version to 3.0.0. Contributed by Haohui Mai.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c9e9f82e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c9e9f82e
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c9e9f82e

Branch: refs/heads/branch-2
Commit: c9e9f82ec6a76bd80fc04ec301a4c9b3d28306c9
Parents: 2bc3f10
Author: Haohui Mai <whe...@apache.org>
Authored: Tue Dec 9 10:38:24 2014 -0800
Committer: Haohui Mai <whe...@apache.org>
Committed: Tue Dec 9 10:38:43 2014 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++
 hadoop-project/pom.xml                          | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c9e9f82e/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 1706b69..b1cdfb1 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -55,6 +55,8 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11287. Simplify UGI#reloginFromKeytab for Java 7+.
     (Li Lu via wheat9)
 
+    HADOOP-10476) Bumping the findbugs version to 3.0.0. (wheat9)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/c9e9f82e/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index d50b72c..6527b92 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -71,6 +71,7 @@
     <protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
 
     <zookeeper.version>3.4.6</zookeeper.version>
+    <findbugs.version>3.0.0</findbugs.version>
 
     <tomcat.version>6.0.41</tomcat.version>
 
@@ -836,7 +837,7 @@
       <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>jsr305</artifactId>
-        <version>1.3.9</version>
+        <version>${findbugs.version}</version>
       </dependency>
       <dependency>
         <groupId>javax.xml.bind</groupId>
@@ -979,7 +980,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>${findbugs.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to