This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 3f8ac06 HADOOP-16869. Upgrade findbugs-maven-plugin to 3.0.5 to fix
mvn findbugs:findbugs failure (#1855)
3f8ac06 is described below
commit 3f8ac06cef6053c9d1d4c68fd45fe6c4753363f4
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
(cherry picked from commit b52f2012858d99c8959e63034dec947454363674)
---
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 a30c827..9543ea5 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -88,7 +88,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>
@@ -1137,7 +1137,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]