You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2007/01/29 14:48:56 UTC

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

Author: husted
Date: Mon Jan 29 05:48:56 2007
New Revision: 501048

URL: http://svn.apache.org/viewvc?view=rev&rev=501048
Log:
WW-1686 Update Freemarker dependency to 2.3.8. 

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?view=diff&rev=501048&r1=501047&r2=501048
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Mon Jan 29 05:48:56 2007
@@ -264,7 +264,7 @@
         <dependency>
             <groupId>freemarker</groupId>
             <artifactId>freemarker</artifactId>
-            <version>2.3.4</version>
+            <version>2.3.8</version>
         </dependency>
 
         <dependency>