Author: brett
Date: Fri Aug 10 19:34:17 2007
New Revision: 564821
URL: http://svn.apache.org/viewvc?view=rev&rev=564821
Log:
use the last release
Modified:
maven/site/trunk/pom.xml
Modified: maven/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?view=diff&rev=564821&r1=564820&r2=564821
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Fri Aug 10 19:34:17 2007
@@ -35,9 +35,17 @@
<build>
<plugins>
<plugin>
+ <!--
+
+ ***********************************
+ NOTE: This will not generate index.html or downloads.html, since
they require a feature in 2.0-SNAPSHOT (generating from .vm files).
+ However, using 2.0-SNAPSHOT at present breaks many other links on
the pages, and should not be used.
+ ***********************************
+
+ -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-beta-5</version>
</plugin>
</plugins>
</build>