You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/04/08 23:37:26 UTC

svn commit: r646088 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: dennisl
Date: Tue Apr  8 14:37:25 2008
New Revision: 646088

URL: http://svn.apache.org/viewvc?rev=646088&view=rev
Log:
o Use plugins parent 11.

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=646088&r1=646087&r2=646088&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Tue Apr  8 14:37:25 2008
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>10</version>
+    <version>11</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-checkstyle-plugin</artifactId>