Author: lukaszlenart
Date: Mon Oct 10 14:37:28 2011
New Revision: 1180998

URL: http://svn.apache.org/viewvc?rev=1180998&view=rev
Log:
WW-3580 - upgrades OGNL to version 3.0.3 to improve performance

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1180998&r1=1180997&r2=1180998&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Mon Oct 10 14:37:28 2011
@@ -86,7 +86,7 @@
     <properties>
         <currentVersion>${project.version}</currentVersion>
         
<struts2.springPlatformVersion>3.0.5.RELEASE</struts2.springPlatformVersion>
-        <ognl.version>3.0.2</ognl.version>
+        <ognl.version>3.0.3</ognl.version>
         <asm.version>3.3</asm.version>
         <tiles.version>2.0.6</tiles.version>
     </properties>


Reply via email to