You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ep...@apache.org on 2006/08/02 04:58:39 UTC

svn commit: r427863 - /maven/plugins/trunk/pom.xml

Author: epunzalan
Date: Tue Aug  1 19:58:38 2006
New Revision: 427863

URL: http://svn.apache.org/viewvc?rev=427863&view=rev
Log:
increment parent version to version 3 which has the checkstyle configurations

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=427863&r1=427862&r2=427863&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Aug  1 19:58:38 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>2</version>
+    <version>3</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.plugins</groupId>