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

adoroszlai pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 6b9dde9  AMBARI-24865. Build error at Findbugs with Maven 3.6 (#2804)
6b9dde9 is described below

commit 6b9dde95d317e6f96de67b8d4f3cadbcd2f35950
Author: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com>
AuthorDate: Thu Jan 31 16:06:05 2019 +0100

    AMBARI-24865. Build error at Findbugs with Maven 3.6 (#2804)
---
 ambari-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index acd6289..ad7d535 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -542,7 +542,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.3</version>
+        <version>3.0.5</version>
         <configuration>
           <failOnError>false</failOnError>
           <threshold>Low</threshold>

Reply via email to