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 2014/10/11 17:24:25 UTC

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

Author: hboutemy
Date: Sat Oct 11 15:24:24 2014
New Revision: 1631063

URL: http://svn.apache.org/r1631063
Log:
updated findbugs-maven-plugin and extra-enforcer-rules

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=1631063&r1=1631062&r2=1631063&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Oct 11 15:24:24 2014
@@ -886,7 +886,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.3</version>
+          <version>2.5.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -953,7 +953,7 @@ under the License.
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.0-beta-2</version>
+            <version>1.0-beta-3</version>
           </dependency>
         </dependencies>
       </plugin>
@@ -1166,7 +1166,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
-            <version>2.5.3</version>
+            <version>2.5.5</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.sonar-plugins</groupId>