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.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2005-10-24 23:31:22 +00:00
parent ee902a1c34
commit f8608fce7d
1 changed files with 2 additions and 2 deletions

View File

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