Fix up Findbugs version so it works with Java 6
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1655027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
813e18ff40
commit
ffdc4272f4
3
pom.xml
3
pom.xml
|
@ -616,7 +616,8 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<!-- Use version from parent pom as that is adjusted according to the Java version used to run Maven -->
|
||||
<version>${commons.findbugs.version}</version>
|
||||
<configuration>
|
||||
<excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue