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 ju...@apache.org on 2013/03/18 11:18:44 UTC

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

Author: jukka
Date: Mon Mar 18 10:18:44 2013
New Revision: 1457701

URL: http://svn.apache.org/r1457701
Log:
OAK-37: Use nullability annotation to enforce/document API contract

Upgrade to newer Findbugs version to avoid http://sourceforge.net/p/findbugs/bugs/1043/

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=1457701&r1=1457700&r2=1457701&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Mar 18 10:18:44 2013
@@ -175,7 +175,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
-            <version>2.5.1</version>
+            <version>2.5.2</version>
           </plugin>
         <!-- This plugin's configuration is used to store Eclipse m2e      -->
         <!-- settings only. It has no influence on the Maven build itself. -->