You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2019/06/09 20:53:22 UTC

svn commit: r1860917 - /creadur/whisker/trunk/pom.xml

Author: pottlinger
Date: Sun Jun  9 20:53:22 2019
New Revision: 1860917

URL: http://svn.apache.org/viewvc?rev=1860917&view=rev
Log:
Upgrade findbugs plugin and change Jenkins job to use java8 profile

Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1860917&r1=1860916&r2=1860917&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sun Jun  9 20:53:22 2019
@@ -370,8 +370,7 @@
         <jdk>[1.8,)</jdk>
       </activation>
       <properties>
-        <!-- Findbugs Maven Plugin 2.5.x does not work with Java 8 - use a different version for Java 1.8+ -->
-        <findbugsPluginVersion>3.0.0</findbugsPluginVersion>
+        <findbugsPluginVersion>3.0.5</findbugsPluginVersion>
       </properties>
     </profile>
   </profiles>