You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by hb...@apache.org on 2010/05/13 00:45:57 UTC

svn commit: r943738 - /maven/surefire/trunk/maven-surefire-report-plugin/pom.xml

Author: hboutemy
Date: Wed May 12 22:45:57 2010
New Revision: 943738

URL: http://svn.apache.org/viewvc?rev=943738&view=rev
Log:
updated reporting plugins dependencies: maven-reporting-api 3.0 and maven-reporting-impl 2.0.5

Modified:
    maven/surefire/trunk/maven-surefire-report-plugin/pom.xml

Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?rev=943738&r1=943737&r2=943738&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Wed May 12 22:45:57 2010
@@ -75,15 +75,17 @@
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>
     </dependency>
+
+    <!-- shared -->
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>${mavenVersion}</version>
+      <version>3.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4.3</version>
+      <version>2.0.5</version>
     </dependency>
 
     <!-- doxia -->