You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/05/28 11:26:32 UTC

svn commit: r542173 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Mon May 28 02:26:31 2007
New Revision: 542173

URL: http://svn.apache.org/viewvc?view=rev&rev=542173
Log:
upgrade to latest Spring

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=542173&r1=542172&r2=542173
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Mon May 28 02:26:31 2007
@@ -2750,7 +2750,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aop</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <exclusions>
           <exclusion>
             <groupId>avalon-framework</groupId>
@@ -2765,7 +2765,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <exclusions>
           <exclusion>
             <groupId>avalon-framework</groupId>
@@ -2776,7 +2776,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <exclusions>
           <exclusion>
             <groupId>avalon-framework</groupId>
@@ -2795,18 +2795,18 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-mock</artifactId>
-        <version>2.0.2</version>
+        <version>2.0.5</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
       </dependency>
       <dependency>
         <groupId>stax</groupId>