Author: wsmoak
Date: Sat Jul 22 14:52:24 2006
New Revision: 424637
URL: http://svn.apache.org/viewvc?rev=424637&view=rev
Log:
Require maven-site-plugin 2.0-beta-4 for consistency.
Modified:
shale/framework/trunk/pom.xml
Modified: shale/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=424637&r1=424636&r2=424637&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Sat Jul 22 14:52:24 2006
@@ -241,15 +241,11 @@
<target>1.4</target>
</configuration>
</plugin>
- <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <configuration>
- <siteDirectory>../src/site</siteDirectory>
- </configuration>
+ <version>2.0-beta-4</version>
</plugin>
- -->
</plugins>
</pluginManagement>