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

This commit is contained in:
Haohui Mai 2014-12-09 10:38:24 -08:00
parent 82707b4419
commit b55769369b
2 changed files with 5 additions and 2 deletions

View File

@ -424,6 +424,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.

View File

@ -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>
@ -843,7 +844,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>
@ -981,7 +982,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>