Ver código fonte

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

Haohui Mai 10 anos atrás
pai
commit
c9e9f82ec6

+ 2 - 0
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.

+ 3 - 2
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>