You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2015/12/07 15:47:05 UTC

svn commit: r1718382 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: gk
Date: Mon Dec  7 14:47:05 2015
New Revision: 1718382

URL: http://svn.apache.org/viewvc?rev=1718382&view=rev
Log:
- downgrade to latest 2.x version of FindBugs, as we still support only 1.6 not 1.7, cft. http://findbugs.sourceforge.net/FAQ.html#q1

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1718382&r1=1718381&r2=1718382&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Mon Dec  7 14:47:05 2015
@@ -250,7 +250,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>2.5.4</version>
         <configuration>
           <threshold>Normal</threshold>
         </configuration>