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 2011/08/27 15:44:33 UTC

svn commit: r1162350 - /maven/release/trunk/pom.xml

Author: olamy
Date: Sat Aug 27 13:44:33 2011
New Revision: 1162350

URL: http://svn.apache.org/viewvc?rev=1162350&view=rev
Log:
upgrade maven parent version and some plugins

Modified:
    maven/release/trunk/pom.xml

Modified: maven/release/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=1162350&r1=1162349&r2=1162350&view=diff
==============================================================================
--- maven/release/trunk/pom.xml (original)
+++ maven/release/trunk/pom.xml Sat Aug 27 13:44:33 2011
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>20</version>
+    <version>21</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -170,7 +170,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.3</version>
+          <version>3.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -213,7 +213,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.6</version>
+            <version>2.7</version>
           </plugin>
         </plugins>
       </reporting>