You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2014/09/21 01:56:38 UTC

svn commit: r1626507 - /oodt/trunk/core/pom.xml

Author: mattmann
Date: Sat Sep 20 23:56:37 2014
New Revision: 1626507

URL: http://svn.apache.org/r1626507
Log:
Fix for OODT-750 Issue with running mvn site:site due to old findbugs plugin.

Modified:
    oodt/trunk/core/pom.xml

Modified: oodt/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1626507&r1=1626506&r2=1626507&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Sat Sep 20 23:56:37 2014
@@ -406,7 +406,7 @@ the License.
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>1.0.0</version>
+                <version>2.3</version>
                 <configuration>
                     <threshold>Normal</threshold>
                     <effort>Default</effort>