Use FindBugs version from commons-parent.
This commit is contained in:
parent
1068d4cd6a
commit
1081b725be
2
pom.xml
2
pom.xml
|
@ -630,7 +630,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>findbugs-maven-plugin</artifactId>
|
<artifactId>findbugs-maven-plugin</artifactId>
|
||||||
<version>2.5.5</version>
|
<version>${commons.findbugs.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<threshold>Normal</threshold>
|
<threshold>Normal</threshold>
|
||||||
<effort>Default</effort>
|
<effort>Default</effort>
|
||||||
|
|
Loading…
Reference in New Issue