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 2011/06/22 19:47:47 UTC

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

Author: lukaszlenart
Date: Wed Jun 22 17:47:46 2011
New Revision: 1138566

URL: http://svn.apache.org/viewvc?rev=1138566&view=rev
Log:
WW-3653 - reverts to previous Ognl groupId / artifactId

Modified:
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1138566&r1=1138565&r2=1138566&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Jun 22 17:47:46 2011
@@ -390,9 +390,9 @@
             </dependency>
 
             <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-ognl</artifactId>
-                <version>4.0-incubating-SNAPSHOT</version>
+                <groupId>ognl</groupId>
+                <artifactId>ognl</artifactId>
+                <version>${ognl.version}</version>
             </dependency>
             <dependency>
                 <groupId>asm</groupId>