You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/07/19 14:28:18 UTC

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

Author: hboutemy
Date: Sat Jul 19 05:28:18 2008
New Revision: 678147

URL: http://svn.apache.org/viewvc?rev=678147&view=rev
Log:
upgrade maven-site-plugin to 2.0-beta-7

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=678147&r1=678146&r2=678147&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 19 05:28:18 2008
@@ -76,6 +76,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.4.3</version>
         </plugin>