You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/02/08 01:08:09 UTC

svn commit: r907520 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Mon Feb  8 00:08:08 2010
New Revision: 907520

URL: http://svn.apache.org/viewvc?rev=907520&view=rev
Log:
use released version of maven-reporting-impl

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=907520&r1=907519&r2=907520&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Mon Feb  8 00:08:08 2010
@@ -192,7 +192,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.1-SNAPSHOT</version>
+      <version>2.0.4.3</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.maven</groupId>