You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2005/09/28 14:02:44 UTC

svn commit: r292166 - /portals/pluto/trunk/xdocs/developer/build_source.xml

Author: cdoremus
Date: Wed Sep 28 05:02:41 2005
New Revision: 292166

URL: http://svn.apache.org/viewcvs?rev=292166&view=rev
Log:
Changed maven requirement to 1.0.2

Modified:
    portals/pluto/trunk/xdocs/developer/build_source.xml

Modified: portals/pluto/trunk/xdocs/developer/build_source.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/xdocs/developer/build_source.xml?rev=292166&r1=292165&r2=292166&view=diff
==============================================================================
--- portals/pluto/trunk/xdocs/developer/build_source.xml (original)
+++ portals/pluto/trunk/xdocs/developer/build_source.xml Wed Sep 28 05:02:41 2005
@@ -31,8 +31,7 @@
 </subsection>
 <subsection name="Requirements">
 <ul>
-  <li><a href="http://maven.apache.org/start/download.html">Maven 1.0</a>
-    or higher</li>
+  <li><a href="http://maven.apache.org/start/download.html">Maven 1.0.2</a></li>
   <li>Java 1.4 or higher (If using JDK 1.4 in Tomcat 5.5, see Running.txt in Tomcat's home directory for modification instructions)</li>
   <li>Servlet 2.3 compatible container: Tomcat 5.5 is suggested</li>
 </ul>