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:21:02 UTC

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

Author: lukaszlenart
Date: Fri Mar 26 09:21:01 2010
New Revision: 927743

URL: http://svn.apache.org/viewvc?rev=927743&view=rev
Log:
Resolved WW-3421 - upgrade FreeMarker to 2.3.16

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=927743&r1=927742&r2=927743&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Fri Mar 26 09:21:01 2010
@@ -217,7 +217,7 @@
         <dependency>
             <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
-            <version>2.3.15</version>
+            <version>2.3.16</version>
         </dependency>
 
         <dependency>