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

Commit bbe5ce2

Browse files
committed
Upgrade findbugs-maven-plugin from 3.0.0 to 3.0.5
Build now fails with this error. https://issues.apache.org/jira/browse/MNG-6625
1 parent c93a56b commit bbe5ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,15 +304,15 @@
304304
<plugin>
305305
<groupId>org.codehaus.mojo</groupId>
306306
<artifactId>findbugs-maven-plugin</artifactId>
307-
<version>3.0.0</version>
307+
<version>3.0.5</version>
308308
<configuration>
309309
<effort>Max</effort>
310310
<threshold>Low</threshold>
311311
<xmlOutput>true</xmlOutput>
312312
<findbugsXmlOutputDirectory>${project.build.directory}/findbugs
313313
</findbugsXmlOutputDirectory>
314314
<excludeFilterFile>${project.basedir}/findbugs-exclude.xml</excludeFilterFile>
315-
</configuration>
315+
</configuration>
316316
<dependencies>
317317
<dependency>
318318
<groupId>org.apache.ant</groupId>

0 commit comments

Comments
 (0)