Author: wsmoak
Date: Sun Apr 22 12:30:36 2007
New Revision: 531258

URL: http://svn.apache.org/viewvc?view=rev&rev=531258
Log:
Follow best practice by declaring maven-site-plugin version 2.0-beta-5.  (Also, 
Velocity processing in maven-site-plugin 2.0-SNAPSHOT is causing problems by 
evaluating expressions in the docs.)

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=531258&r1=531257&r2=531258
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sun Apr 22 12:30:36 2007
@@ -126,6 +126,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-5</version>
           <configuration>
             
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL>
           </configuration>


Reply via email to