You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/01/11 19:49:15 UTC

svn commit: r495327 - in /cocoon/trunk/core: cocoon-configuration/cocoon-spring-configurator/pom.xml cocoon-pipeline/cocoon-pipeline-impl/pom.xml

Author: cziegeler
Date: Thu Jan 11 10:49:14 2007
New Revision: 495327

URL: http://svn.apache.org/viewvc?view=rev&rev=495327
Log:
Update to Spring 2.0.2 (really!)

Modified:
    cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml?view=diff&rev=495327&r1=495326&r2=495327
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml Thu Jan 11 10:49:14 2007
@@ -101,27 +101,27 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
     </dependency>   
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
     </dependency>    
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
     </dependency>   
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
     </dependency>      
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
     </dependency>             
   </dependencies>
   <reporting>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml?view=diff&rev=495327&r1=495326&r2=495327
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml Thu Jan 11 10:49:14 2007
@@ -145,7 +145,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.2</version>
     </dependency>   
     <dependency>
       <groupId>xml-apis</groupId>