You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ws...@apache.org on 2007/01/27 23:47:33 UTC

svn commit: r500654 - /tiles/framework/trunk/pom.xml

Author: wsmoak
Date: Sat Jan 27 14:47:33 2007
New Revision: 500654

URL: http://svn.apache.org/viewvc?view=rev&rev=500654
Log:
Stay on the previous release of the site plugin, 2.0-beta-5 has too many problems.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?view=diff&rev=500654&r1=500653&r2=500654
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Sat Jan 27 14:47:33 2007
@@ -59,6 +59,10 @@
         <pluginManagement>
             <plugins>
                 <plugin>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.0-beta-4</version>
+                </plugin>
+                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>