[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).

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@639778 13f79535-47bb-0310-9956-ffa450edef68
master
John Dennis Casey 2008-03-21 19:54:10 +00:00
parent 45e62d4c76
commit 300e4c0c14
1 changed files with 1 additions and 1 deletions

View File

@ -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>