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

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


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

commit 5944982cd12804fde987d4d559d022571d9f9d72
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]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fe67b50..b1d5f66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,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