You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/04/06 15:00:59 UTC

svn commit: r526146 - /tapestry/tapestry4/trunk/pom.xml

Author: andyhot
Date: Fri Apr  6 06:00:59 2007
New Revision: 526146

URL: http://svn.apache.org/viewvc?view=rev&rev=526146
Log:
Reverting to an older version of maven-site for now.

Modified:
    tapestry/tapestry4/trunk/pom.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?view=diff&rev=526146&r1=526145&r2=526146
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Fri Apr  6 06:00:59 2007
@@ -352,7 +352,8 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-SNAPSHOT</version>
+                    <version>2.0-beta-5</version>
+                    <!--version>2.0-SNAPSHOT</version-->
                     <inherited>true</inherited>
                 </plugin>
                 <plugin>