Author: jholmes
Date: Wed Aug 22 12:28:42 2007
New Revision: 568734

URL: http://svn.apache.org/viewvc?rev=568734&view=rev
Log:
WW-2128 Upgrade to OGNL 2.7

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?rev=568734&r1=568733&r2=568734&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Wed Aug 22 12:28:42 2007
@@ -321,9 +321,9 @@
         </dependency>
 
         <dependency>
-            <groupId>opensymphony</groupId>
+            <groupId>ognl</groupId>
             <artifactId>ognl</artifactId>
-            <version>2.6.11</version>
+            <version>2.7</version>
         </dependency>
 
         <dependency>


Reply via email to