You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/11/17 20:39:49 UTC

svn commit: r718342 - /velocity/engine/trunk/README.txt

Author: nbubna
Date: Mon Nov 17 11:39:49 2008
New Revision: 718342

URL: http://svn.apache.org/viewvc?rev=718342&view=rev
Log:
VELOCITY-639 update 'Upgrading...' section of README for 1.6

Modified:
    velocity/engine/trunk/README.txt

Modified: velocity/engine/trunk/README.txt
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/README.txt?rev=718342&r1=718341&r2=718342&view=diff
==============================================================================
--- velocity/engine/trunk/README.txt (original)
+++ velocity/engine/trunk/README.txt Mon Nov 17 11:39:49 2008
@@ -83,6 +83,17 @@
     * Java CC 3.2 is recommended to compile the parser files.
     * HSQLDB 1.7.1 is required for running unit tests.
 
+Upgrading from Velocity 1.5
+
+    * Commons Collections has been upgraded to version 3.2.1.
+    * Commons Lang has been upgraded to version 2.4.
+    * Commons Logging 1.1 has been added.
+
+    Optional:
+
+    * Maven Ant 2.0.9 is required for the Maven Ant tasks.
+    * Java CC 4.1 is recommended to compile the parser files.
+
 
 BUILDING APACHE VELOCITY
 ------------------------