You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/03/21 20:54:12 UTC

svn commit: r639778 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

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>