You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/02/05 23:12:52 UTC

svn commit: r1067540 - /maven/plugin-tools/trunk/pom.xml

Author: dennisl
Date: Sat Feb  5 22:12:52 2011
New Revision: 1067540

URL: http://svn.apache.org/viewvc?rev=1067540&view=rev
Log:
o Use maven-site-plugin 2.2, to avoid AIOOB Exception.

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1067540&r1=1067539&r2=1067540&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sat Feb  5 22:12:52 2011
@@ -218,6 +218,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
+          <version>2.2</version>
           <configuration>
             <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools/${project.artifactId}-${project.version}</stagingSiteURL>
           </configuration>