Author: matzew
Date: Fri Apr 20 01:43:10 2007
New Revision: 530694
URL: http://svn.apache.org/viewvc?view=rev&rev=530694
Log:
update trunk to use Spring 2.x.x
Modified:
shale/framework/trunk/shale-spring/pom.xml
Modified: shale/framework/trunk/shale-spring/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-spring/pom.xml?view=diff&rev=530694&r1=530693&r2=530694
==============================================================================
--- shale/framework/trunk/shale-spring/pom.xml (original)
+++ shale/framework/trunk/shale-spring/pom.xml Fri Apr 20 01:43:10 2007
@@ -49,25 +49,25 @@
<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-context</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-web</artifactId>
- <version>1.2.8</version>
+ <version>2.0.1</version>
</dependency>
</dependencies>