Kenney,

Please revert this. It works in a clean environment, and we can't block development of this plugin until 2.0.1.

At worst, this should have added the exclusions to the reporting-impl dependency rather than updating the version as there is no code change.

All,

Seriously consider before bumping up dependency versions. It means that it can't be released until 2.0.1. Certainly for metadata changes, we should at least use 2.0-1, 2.0-2 releases which can be done immediately.

If it does actually depend on 2.0.1 and will have to wait, please comment on why it was necessary and add the required <prerequisites> if it was a /lib dependency (not the case here).

Thanks,
- Brett

[EMAIL PROTECTED] wrote:
Author: kenney
Date: Mon Oct 24 16:31:22 2005
New Revision: 328190

URL: http://svn.apache.org/viewcvs?rev=328190&view=rev
Log:
Bumped version for reporting-impl since that version correctly excludes
plexus-utils. The group renaming adds both 1.0.2 (old groupId) and 1.0.4
(new groupId) to the compilation classpath, which makes this build fail.

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=328190&r1=328189&r2=328190&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml 
(original)
+++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/pom.xml Mon 
Oct 24 16:31:22 2005
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0</version>
+      <version>2.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>antlr</groupId>
@@ -68,4 +68,4 @@
       <version>3.4</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to