You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2008/04/05 18:40:30 UTC

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

Author: hermanns
Date: Sat Apr  5 09:40:29 2008
New Revision: 645134

URL: http://svn.apache.org/viewvc?rev=645134&view=rev
Log:
WW-2421 
updated freemarker dep to 2.3.12

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=645134&r1=645133&r2=645134&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sat Apr  5 09:40:29 2008
@@ -240,7 +240,7 @@
         <dependency>
             <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
-            <version>2.3.11</version>
+            <version>2.3.12</version>
         </dependency>
 
         <dependency>