You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/05 00:24:17 UTC

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

Author: hboutemy
Date: Sat Aug  4 22:24:17 2012
New Revision: 1369496

URL: http://svn.apache.org/viewvc?rev=1369496&view=rev
Log:
updated findbugs-maven-plugin

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=1369496&r1=1369495&r2=1369496&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Aug  4 22:24:17 2012
@@ -793,7 +793,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.1</version>
+          <version>2.5.2</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -938,7 +938,7 @@ under the License.
                 <tagletArtifact>
                   <groupId>org.apache.maven.plugin-tools</groupId>
                   <artifactId>maven-plugin-tools-javadoc</artifactId>
-                  <version>2.5</version>
+                  <version>3.1</version>
                 </tagletArtifact>
                 <tagletArtifact>
                   <groupId>org.codehaus.plexus</groupId>
@@ -964,7 +964,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
-            <version>2.4.0</version>
+            <version>2.5.2</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.sonar-plugins</groupId>