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/23 22:49:24 UTC

svn commit: r651055 - /maven/components/branches/maven-2.0.x/pom.xml

Author: hboutemy
Date: Wed Apr 23 13:49:23 2008
New Revision: 651055

URL: http://svn.apache.org/viewvc?rev=651055&view=rev
Log:
lock down versions of aggregate reporting plugins for site reproducibility

Modified:
    maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?rev=651055&r1=651054&r2=651055&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Wed Apr 23 13:49:23 2008
@@ -465,7 +465,13 @@
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.0.1</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.1</version>
             <configuration>
               <aggregate>true</aggregate>
             </configuration>
@@ -473,6 +479,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.3</version>
             <configuration>
               <links>
                 <link>http://java.sun.com/j2se/1.4.2/docs/api</link>