You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2006/01/28 16:16:38 UTC

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

Author: fgiust
Date: Sat Jan 28 07:16:34 2006
New Revision: 373157

URL: http://svn.apache.org/viewcvs?rev=373157&view=rev
Log:
depends on maven-plugin-parent 2.0.1 (2.0 has wrong scm url)

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=373157&r1=373156&r2=373157&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat Jan 28 07:16:34 2006
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0</version>
+    <version>2.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-checkstyle-plugin</artifactId>
@@ -51,12 +51,12 @@
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-io</artifactId>
       <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
+      </dependency>
+      <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-monitor</artifactId>
       <version>1.0-SNAPSHOT</version>
-    </dependency -->
+      </dependency -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>