You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ke...@apache.org on 2005/10/26 12:46:01 UTC

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

Author: kenney
Date: Wed Oct 26 03:45:49 2005
New Revision: 328628

URL: http://svn.apache.org/viewcvs?rev=328628&view=rev
Log:
Reverted dependency version back to 2.0 as asked by Brett
since this blocks releases for this plugin until maven 2.0.1 is released.

After purging my local repository the problem went away; this probably
indicates some other problem in maven2.

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

Modified: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml?rev=328628&r1=328627&r2=328628&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml Wed Oct 26 03:45:49 2005
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>antlr</groupId>
@@ -68,4 +68,4 @@
       <version>3.4</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file