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

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 40c5226  TEZ-4201. findbugs-maven-plugin is not compatible with Maven 
3.6.0+
40c5226 is described below

commit 40c52262850a75f9902b49a916f216f743ab7ac3
Author: Mustafa Iman <[email protected]>
AuthorDate: Wed Jul 15 23:30:22 2020 -0500

    TEZ-4201. findbugs-maven-plugin is not compatible with Maven 3.6.0+
    
    Signed-off-by: Jonathan Eagles <[email protected]>
    (cherry picked from commit 5944982cd12804fde987d4d559d022571d9f9d72)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 20989d9..471a155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     <scm.url>scm:git:https://gitbox.apache.org/repos/asf/tez.git</scm.url>
     <build.time>${maven.build.timestamp}</build.time>
     <frontend-maven-plugin.version>1.4</frontend-maven-plugin.version>
-    <findbugs-maven-plugin.version>3.0.1</findbugs-maven-plugin.version>
+    <findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version>
     <javadoc-maven-plugin.version>2.10.4</javadoc-maven-plugin.version>
     <shade-maven-plugin.version>2.4.3</shade-maven-plugin.version>
     <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>

Reply via email to