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

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

Author: brianf
Date: Fri Mar 21 14:26:38 2008
New Revision: 639854

URL: http://svn.apache.org/viewvc?rev=639854&view=rev
Log:
use the new reporting-impl

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=639854&r1=639853&r2=639854&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Fri Mar 21 14:26:38 2008
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4.1-SNAPSHOT</version>
+      <version>2.0.4.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>