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/08/03 21:59:43 UTC

svn commit: r1153633 - /maven/maven-3/trunk/pom.xml

Author: hboutemy
Date: Wed Aug  3 19:59:42 2011
New Revision: 1153633

URL: http://svn.apache.org/viewvc?rev=1153633&view=rev
Log:
upgraded maven-site-plugin to 3.0

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

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1153633&r1=1153632&r2=1153633&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Wed Aug  3 19:59:42 2011
@@ -473,7 +473,14 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.3</version>
+          <version>3.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>1.0</version>
+            </dependency>
+          </dependencies>
         </plugin>
       </plugins>
     </pluginManagement>