Author: hermanns Date: Fri Feb 16 07:10:29 2007 New Revision: 508440 URL: http://svn.apache.org/viewvc?view=rev&rev=508440 Log: Updated deps: o OGNL 2.6.10 o XWork 2.0.1 Issue Number: WW-1615
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=508440&r1=508439&r2=508440 ============================================================================== --- struts/struts2/trunk/core/pom.xml (original) +++ struts/struts2/trunk/core/pom.xml Fri Feb 16 07:10:29 2007 @@ -35,7 +35,7 @@ <artifactItem> <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> <classifier>sources</classifier> </artifactItem> </artifactItems> @@ -252,7 +252,7 @@ <dependency> <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> </dependency> <!--<dependency>--> @@ -282,9 +282,9 @@ </dependency> <dependency> - <groupId>ognl</groupId> + <groupId>opensymphony</groupId> <artifactId>ognl</artifactId> - <version>2.6.9</version> + <version>2.6.10</version> </dependency> <dependency>