You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/03/26 10:51:21 UTC

svn commit: r927750 - /struts/struts2/trunk/core/pom.xml

Author: lukaszlenart
Date: Fri Mar 26 09:51:21 2010
New Revision: 927750

URL: http://svn.apache.org/viewvc?rev=927750&view=rev
Log:
Resolved WW-3422 - upgrade Velocity Engine to version 1.6.3

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=927750&r1=927749&r2=927750&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Fri Mar 26 09:51:21 2010
@@ -244,7 +244,7 @@
         <dependency>
             <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
-            <version>1.5</version>
+            <version>1.6.3</version>
             <optional>true</optional>
         </dependency>