Author: sebb
Date: Tue Jan 27 12:45:01 2015
New Revision: 1655027

URL: http://svn.apache.org/r1655027
Log:
Fix up Findbugs version so it works with Java 6

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1655027&r1=1655026&r2=1655027&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Tue Jan 27 12:45:01 2015
@@ -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>


Reply via email to