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 2012/11/06 15:54:28 UTC

svn commit: r1406159 - /struts/struts2/trunk/pom.xml

Author: lukaszlenart
Date: Tue Nov  6 14:54:28 2012
New Revision: 1406159

URL: http://svn.apache.org/viewvc?rev=1406159&view=rev
Log:
WW-3907 upgrades to OGNL 3.0.6

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1406159&r1=1406158&r2=1406159&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Tue Nov  6 14:54:28 2012
@@ -85,7 +85,7 @@
     <properties>
         <currentVersion>${project.version}</currentVersion>
         <struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion>
-        <ognl.version>3.0.5</ognl.version>
+        <ognl.version>3.0.6</ognl.version>
         <asm.version>3.3</asm.version>
         <tiles.version>2.0.6</tiles.version>
     </properties>