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/06/27 23:43:00 UTC

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

Author: reinhard
Date: Wed Jun 27 14:42:59 2007
New Revision: 551345

URL: http://svn.apache.org/viewvc?view=rev&rev=551345
Log:
back in snapshot mode; upgrade to Spring 2.0.6

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=551345&r1=551344&r2=551345
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Wed Jun 27 14:42:59 2007
@@ -1965,7 +1965,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aop</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.6</version>
         <exclusions>
           <exclusion>
             <groupId>avalon-framework</groupId>
@@ -1980,7 +1980,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.6</version>
         <exclusions>
           <exclusion>
             <groupId>avalon-framework</groupId>
@@ -1991,7 +1991,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.6</version>
         <exclusions>
           <exclusion>
             <groupId>avalon-framework</groupId>
@@ -2010,18 +2010,18 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.6</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-mock</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.6</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.6</version>
       </dependency>
       <dependency>
         <groupId>stax</groupId>
@@ -2130,7 +2130,7 @@
         <artifactId>xreporter-grouping</artifactId>
         <version>1.2.1.1</version>
       </dependency>
-      <!-- Cocoon SNAPSHOT dependencies 
+      <!-- Cocoon SNAPSHOT dependencies -->
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-ajax-impl</artifactId>
@@ -2911,7 +2911,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>javaflow</artifactId>
         <version>1.0-SNAPSHOT</version>
-      </dependency-->
+      </dependency>
     </dependencies>
   </dependencyManagement>