Author: rgielen Date: Fri Mar 20 01:33:44 2009 New Revision: 756291 URL: http://svn.apache.org/viewvc?rev=756291&view=rev Log: WW-3050: - make Spring dependency versions consistent - added toplevel struts2.springPlatformVersion property - upgraded deps to 2.5.6
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?rev=756291&r1=756290&r2=756291&view=diff ============================================================================== --- struts/struts2/trunk/plugins/spring/pom.xml (original) +++ struts/struts2/trunk/plugins/spring/pom.xml Fri Mar 20 01:33:44 2009 @@ -39,39 +39,35 @@ <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/spring/</url> </scm> - <properties> - <spring.version>2.5.3</spring.version> - </properties> - <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> + <version>${struts2.springPlatformVersion}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>${spring.version}</version> + <version>${struts2.springPlatformVersion}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>${spring.version}</version> + <version>${struts2.springPlatformVersion}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>${spring.version}</version> + <version>${struts2.springPlatformVersion}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <version>${spring.version}</version> + <version>${struts2.springPlatformVersion}</version> <scope>test</scope> </dependency>