You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/08/11 10:36:06 UTC

svn commit: r564861 - /myfaces/orchestra/trunk/core15/pom.xml

Author: imario
Date: Sat Aug 11 01:36:05 2007
New Revision: 564861

URL: http://svn.apache.org/viewvc?view=rev&rev=564861
Log:
using spring 2.0.6

Modified:
    myfaces/orchestra/trunk/core15/pom.xml

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?view=diff&rev=564861&r1=564860&r2=564861
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Sat Aug 11 01:36:05 2007
@@ -105,7 +105,7 @@
                 <dependency>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring</artifactId>
-                        <version>2.0.5</version>
+                        <version>2.0.6</version>
                         <scope>compile</scope>
                 </dependency>
 
@@ -113,7 +113,7 @@
                 <dependency>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-mock</artifactId>
-                        <version>2.0.5</version>
+                        <version>2.0.6</version>
                         <scope>test</scope>
                 </dependency>