Author: mrdon Date: Tue May 15 18:58:46 2007 New Revision: 538403 URL: http://svn.apache.org/viewvc?view=rev&rev=538403 Log: Upgrading spring plugin to 2.0.5 WW-1834
Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml Modified: struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml?view=diff&rev=538403&r1=538402&r2=538403 ============================================================================== --- struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml (original) +++ struts/struts2/branches/STRUTS_2_0_X/plugins/spring/pom.xml Tue May 15 18:58:46 2007 @@ -22,31 +22,31 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>2.0.1</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>2.0.1</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>2.0.1</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>2.0.1</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>2.0.1</version> + <version>2.0.5</version> <scope>test</scope> </dependency>