Author: dennisl
Date: Sat Sep  6 22:32:14 2014
New Revision: 1622957

URL: http://svn.apache.org/r1622957
Log:
Downgrade to the last version of findbugs-maven-plugin that works on Java 6.

Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1622957&r1=1622956&r2=1622957&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sat Sep  6 22:32:14 2014
@@ -240,7 +240,8 @@
               <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>3.0.0</version>
+                <!-- Cannot upgrade to 3.0.0 because it requires Java 7 -->
+                <version>2.5.5</version>
               </plugin>
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>


Reply via email to