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/05/03 02:12:26 UTC

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

Author: hboutemy
Date: Thu May  3 00:12:26 2012
New Revision: 1333272

URL: http://svn.apache.org/viewvc?rev=1333272&view=rev
Log:
updated plugins versions

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=1333272&r1=1333271&r2=1333272&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu May  3 00:12:26 2012
@@ -26,7 +26,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>
 
@@ -765,7 +765,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.3.2</version>
+          <version>2.4.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -799,7 +799,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>
-            <version>2.5</version>
+            <version>2.7.1</version>
             <configuration>
               <targetJdk>1.5</targetJdk>
               <rulesets>
@@ -852,12 +852,12 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.9</version>
+            <version>2.12</version>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.7</version>
+            <version>2.9.1</version>
             <configuration>
               <configLocation>config/maven_checks.xml</configLocation>
               <headerLocation>config/maven-header.txt</headerLocation>
@@ -866,7 +866,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>
-            <version>2.5</version>
+            <version>2.7.1</version>
             <configuration>
               <targetJdk>1.5</targetJdk>
               <rulesets>
@@ -886,7 +886,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jxr-plugin</artifactId>
-            <version>2.2</version>
+            <version>2.3</version>
           </plugin>
           <!-- Taglist Plugin must be executed after JXR Plugin -->
           <plugin>
@@ -897,7 +897,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.8</version>
+            <version>2.8.1</version>
             <configuration>
               <links>
                 <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
@@ -936,7 +936,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
-            <version>2.3.2</version>
+            <version>2.4.0</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.sonar-plugins</groupId>