Author: tmjee
Date: Sun Nov 12 04:37:19 2006
New Revision: 473957

URL: http://svn.apache.org/viewvc?view=rev&rev=473957
Log:
WW-1483
 - updated struts2-core pom.xml's ognl dependency from version 2.6.7 to 2.6.9, 
due to a bug in comparing object not implementing Comparable in jsp reported by 
a WebWork user. see 
http://forums.opensymphony.com/thread.jspa?messageID=101348&#101348 for more 
info.


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=473957&r1=473956&r2=473957
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sun Nov 12 04:37:19 2006
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>ognl</groupId>
             <artifactId>ognl</artifactId>
-            <version>2.6.7</version>
+            <version>2.6.9</version>
         </dependency>
  
         <dependency>


Reply via email to