You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2018/11/07 12:20:40 UTC

[ambari] branch trunk updated: AMBARI-24865. Build error at Findbugs with Maven 3.6. (#2581)

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

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


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

commit 697250782673f04201610ee3502e9d573d28b5d6
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Nov 7 13:20:35 2018 +0100

    AMBARI-24865. Build error at Findbugs with Maven 3.6. (#2581)
---
 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 12c1cf0..53ca716 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -640,7 +640,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>