updated reporting plugins dependencies: maven-reporting-api 3.0 and maven-reporting-impl 2.0.5

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@943730 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2010-05-12 22:35:02 +00:00
parent 9844091074
commit b121baede4
1 changed files with 4 additions and 2 deletions

View File

@ -172,15 +172,17 @@
<artifactId>maven-artifact</artifactId> <artifactId>maven-artifact</artifactId>
<version>${mavenVersion}</version> <version>${mavenVersion}</version>
</dependency> </dependency>
<!-- shared -->
<dependency> <dependency>
<groupId>org.apache.maven.reporting</groupId> <groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId> <artifactId>maven-reporting-impl</artifactId>
<version>2.0.4.2</version> <version>2.0.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.reporting</groupId> <groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId> <artifactId>maven-reporting-api</artifactId>
<version>${mavenVersion}</version> <version>3.0</version>
</dependency> </dependency>
<!-- Maven runtime --> <!-- Maven runtime -->