You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/18 14:42:29 UTC

svn commit: r1720784 - /commons/proper/jexl/trunk/pom.xml

Author: ebourg
Date: Fri Dec 18 13:42:29 2015
New Revision: 1720784

URL: http://svn.apache.org/viewvc?rev=1720784&view=rev
Log:
Downgrade again the findbugs plugin (3.0.0) to work around an encoding issue with the latest release


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

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1720784&r1=1720783&r2=1720784&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Fri Dec 18 13:42:29 2015
@@ -298,7 +298,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>3.0.2</version>
+                <version>3.0.0</version>
                 <configuration>
                     <excludeFilterFile>${basedir}/src/main/config/findbugs-exclude-filter.xml</excludeFilterFile>
                     <xmlOutput>true</xmlOutput>