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 2006/07/13 11:34:46 UTC

svn commit: r421560 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: cziegeler
Date: Thu Jul 13 02:34:46 2006
New Revision: 421560

URL: http://svn.apache.org/viewvc?rev=421560&view=rev
Log:
Update to spring 2.0rc2

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?rev=421560&r1=421559&r2=421560&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Thu Jul 13 02:34:46 2006
@@ -285,31 +285,31 @@
       <artifactId>jakarta-bcel</artifactId>
       <version>20040329</version>
     </dependency>
-    <!-- We have to include all relevant spring modules as the poms for 2.0rc1 are not available --> 
+    <!-- We have to include all relevant spring modules as the poms for 2.0rc2 are not available --> 
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>2.0-rc1</version>
+      <version>2.0-rc2</version>
     </dependency>           
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>2.0-rc1</version>
+      <version>2.0-rc2</version>
     </dependency>           
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>2.0-rc1</version>
+      <version>2.0-rc2</version>
     </dependency>           
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>2.0-rc1</version>
+      <version>2.0-rc2</version>
     </dependency>           
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>2.0-rc1</version>
+      <version>2.0-rc2</version>
     </dependency>
 
     <!-- OSGi -->