You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/31 10:08:47 UTC

svn commit: r1367444 - /maven/pom/trunk/maven/pom.xml

Author: olamy
Date: Tue Jul 31 08:08:46 2012
New Revision: 1367444

URL: http://svn.apache.org/viewvc?rev=1367444&view=rev
Log:
use last findbugs plugin version

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1367444&r1=1367443&r2=1367444&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Jul 31 08:08:46 2012
@@ -793,7 +793,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.4.0</version>
+          <version>2.5.1</version>
         </plugin>
       </plugins>
     </pluginManagement>