Skip to content

Commit 0525a26

Browse files
committed
Use findbugs version defined in parent pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1681090 13f79535-47bb-0310-9956-ffa450edef68
1 parent 383bfb7 commit 0525a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ file comparators, endian transformation classes, and much more.
339339
<plugin>
340340
<groupId>org.codehaus.mojo</groupId>
341341
<artifactId>findbugs-maven-plugin</artifactId>
342-
<version>2.5.5</version>
342+
<version>${commons.findbugs.version}</version>
343343
<configuration>
344344
<threshold>Normal</threshold>
345345
<effort>Default</effort>

0 commit comments

Comments
 (0)