Author: jdcasey
Date: Fri Mar 21 12:54:10 2008
New Revision: 639778

URL: http://svn.apache.org/viewvc?rev=639778&view=rev
Log:
[MPLUGIN-104] Bumping the maven-reporting-impl dependency to the fixed version 
of 2.0.4, which avoids the NoSuchMethodError in AbstractMavenReport when 
attempting to use the Renderer implementation to create a new sink (method was 
removed after -alpha-7 of doxia, from what I can tell).

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=639778&r1=639777&r2=639778&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Fri Mar 21 12:54:10 
2008
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4</version>
+      <version>2.0.4.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>


Reply via email to