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 2011/03/14 21:55:30 UTC

svn commit: r1081557 - /maven/maven-2/branches/maven-2.2.x/pom.xml

Author: hboutemy
Date: Mon Mar 14 20:55:29 2011
New Revision: 1081557

URL: http://svn.apache.org/viewvc?rev=1081557&view=rev
Log:
updated maven-site-plugin

Modified:
    maven/maven-2/branches/maven-2.2.x/pom.xml

Modified: maven/maven-2/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/pom.xml?rev=1081557&r1=1081556&r2=1081557&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/pom.xml (original)
+++ maven/maven-2/branches/maven-2.2.x/pom.xml Mon Mar 14 20:55:29 2011
@@ -146,6 +146,11 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
           <version>1.4.1</version>