You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jh...@apache.org on 2007/07/20 16:02:30 UTC

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

Author: jholmes
Date: Fri Jul 20 07:02:29 2007
New Revision: 557999

URL: http://svn.apache.org/viewvc?view=rev&rev=557999
Log:
Update Struts 2.1 to use FreeMarker 2.3.9.

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=557999&r1=557998&r2=557999
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Fri Jul 20 07:02:29 2007
@@ -262,9 +262,9 @@
         <!--</dependency>-->
 
         <dependency>
-            <groupId>freemarker</groupId>
+            <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
-            <version>2.3.8</version>
+            <version>2.3.9</version>
         </dependency>
 
         <dependency>