You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/08/11 06:59:48 UTC

svn commit: r430667 - /shale/framework/trunk/shale-spring/pom.xml

Author: craigmcc
Date: Thu Aug 10 21:59:47 2006
New Revision: 430667

URL: http://svn.apache.org/viewvc?rev=430667&view=rev
Log:
Update Spring Framework dependencies from 1.2.5 to 1.2.8 (the current
production release).

SHALE-242

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?rev=430667&r1=430666&r2=430667&view=diff
==============================================================================
--- shale/framework/trunk/shale-spring/pom.xml (original)
+++ shale/framework/trunk/shale-spring/pom.xml Thu Aug 10 21:59:47 2006
@@ -42,25 +42,25 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
-            <version>1.2.5</version>
+            <version>1.2.8</version>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
-            <version>1.2.5</version>
+            <version>1.2.8</version>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
-            <version>1.2.5</version>
+            <version>1.2.8</version>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
-            <version>1.2.5</version>
+            <version>1.2.8</version>
         </dependency>
 
     </dependencies>