Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Upgrade findbugs-maven-plugin from 3.0.0 to 3.0.5
Browse files Browse the repository at this point in the history
Build now fails with this error. https://issues.apache.org/jira/browse/MNG-6625
  • Loading branch information
davidxia committed Sep 11, 2019
1 parent c93a56b commit bbe5ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,15 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.5</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
<xmlOutput>true</xmlOutput>
<findbugsXmlOutputDirectory>${project.build.directory}/findbugs
</findbugsXmlOutputDirectory>
<excludeFilterFile>${project.basedir}/findbugs-exclude.xml</excludeFilterFile>
</configuration>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit bbe5ce2

Please sign in to comment.