Author: husted Date: Mon Dec 18 03:43:11 2006 New Revision: 488241 URL: http://svn.apache.org/viewvc?view=rev&rev=488241 Log: WW-1565 Update Spring Plugin POM to 2.0.1
Modified: struts/struts2/trunk/plugins/spring/pom.xml Modified: struts/struts2/trunk/plugins/spring/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/pom.xml?view=diff&rev=488241&r1=488240&r2=488241 ============================================================================== --- struts/struts2/trunk/plugins/spring/pom.xml (original) +++ struts/struts2/trunk/plugins/spring/pom.xml Mon Dec 18 03:43:11 2006 @@ -22,31 +22,31 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>1.2.8</version> + <version>2.0.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>1.2.8</version> + <version>2.0.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>1.2.8</version> + <version>2.0.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>1.2.8</version> + <version>2.0.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-mock</artifactId> - <version>1.2.8</version> + <version>2.0.1</version> <scope>test</scope> </dependency>