You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/07/19 02:42:10 UTC

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

Author: musachy
Date: Sun Jul 19 00:42:10 2009
New Revision: 795455

URL: http://svn.apache.org/viewvc?rev=795455&view=rev
Log:
WW-3198 Upgrade to FreeMarker 2.3.15

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=795455&r1=795454&r2=795455&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sun Jul 19 00:42:10 2009
@@ -241,7 +241,7 @@
         <dependency>
             <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
-            <version>2.3.13</version>
+            <version>2.3.15</version>
         </dependency>
 
         <dependency>