Use latest Spring JAR.

This commit is contained in:
Ben Alex 2005-07-13 07:16:11 +00:00
parent d9b1a8e83c
commit 23b7a194b0
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@
<dependency> <dependency>
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring</artifactId> <artifactId>spring</artifactId>
<version>1.2-rc2</version> <version>1.2.2</version>
<type>jar</type> <type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
<properties> <properties>
@ -263,7 +263,7 @@
<dependency> <dependency>
<groupId>springframework</groupId> <groupId>springframework</groupId>
<artifactId>spring-mock</artifactId> <artifactId>spring-mock</artifactId>
<version>1.2-rc2</version> <version>1.2.2</version>
<type>jar</type> <type>jar</type>
<url>http://www.springframework.org</url> <url>http://www.springframework.org</url>
</dependency> </dependency>