You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/26 12:01:16 UTC

svn commit: r1647951 - /commons/proper/validator/trunk/pom.xml

Author: britter
Date: Fri Dec 26 11:01:15 2014
New Revision: 1647951

URL: http://svn.apache.org/r1647951
Log:
Add version for findbugs plugin

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1647951&r1=1647950&r2=1647951&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Fri Dec 26 11:01:15 2014
@@ -320,6 +320,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
+        <version>3.0.0</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>