You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/07/18 20:35:46 UTC

svn commit: r795414 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: dennisl
Date: Sat Jul 18 18:35:45 2009
New Revision: 795414

URL: http://svn.apache.org/viewvc?rev=795414&view=rev
Log:
o Use a released version of maven-reporting-impl.

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=795414&r1=795413&r2=795414&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sat Jul 18 18:35:45 2009
@@ -120,7 +120,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4.2-SNAPSHOT</version>
+      <version>2.0.4.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>