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/04/19 14:31:49 UTC

svn commit: r649804 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sat Apr 19 05:31:49 2008
New Revision: 649804

URL: http://svn.apache.org/viewvc?rev=649804&view=rev
Log:
lock down maven-project-info-report-plugin version for site reproducibility

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=649804&r1=649803&r2=649804&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Apr 19 05:31:49 2008
@@ -225,6 +225,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-report-plugin</artifactId>
+          <version>2.0.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
           <version>2.4.2</version>
         </plugin>