You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2015/08/12 07:31:52 UTC

svn commit: r1695421 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: chetanm
Date: Wed Aug 12 05:31:52 2015
New Revision: 1695421

URL: http://svn.apache.org/r1695421
Log:
OAK-3216 - Specify version for findbug maven plugin

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1695421&r1=1695420&r2=1695421&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Wed Aug 12 05:31:52 2015
@@ -218,6 +218,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
+            <version>${findbugs.version}</version>
           </plugin>
         <!-- This plugin's configuration is used to store Eclipse m2e      -->
         <!-- settings only. It has no influence on the Maven build itself. -->