This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new b52f201  HADOOP-16869. Upgrade findbugs-maven-plugin to 3.0.5 to fix 
mvn findbugs:findbugs failure (#1855)
b52f201 is described below

commit b52f2012858d99c8959e63034dec947454363674
Author: Akira Ajisaka <[email protected]>
AuthorDate: Fri Feb 21 12:22:16 2020 +0900

    HADOOP-16869. Upgrade findbugs-maven-plugin to 3.0.5 to fix mvn 
findbugs:findbugs failure (#1855)
    
    (cherry picked from commit 7f35676f90f0730b8c9844cf00ee5a943f80d48d)
    
     Conflicts:
        hadoop-project/pom.xml
---
 hadoop-project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 4ea6d3d..be5caa2 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -90,7 +90,7 @@
 
     <zookeeper.version>3.4.13</zookeeper.version>
     <curator.version>2.13.0</curator.version>
-    <findbugs.version>3.0.0</findbugs.version>
+    <findbugs.version>3.0.5</findbugs.version>
     <spotbugs.version>3.1.0-RC1</spotbugs.version>
     <dnsjava.version>2.1.7</dnsjava.version>
 
@@ -1220,7 +1220,7 @@
       <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>jsr305</artifactId>
-        <version>${findbugs.version}</version>
+        <version>3.0.2</version>
       </dependency>
       <dependency>
         <groupId>javax.xml.bind</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to