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:30 UTC

svn commit: r564862 - in /myfaces/orchestra/trunk: core/pom.xml examples/pom.xml

Author: imario
Date: Sat Aug 11 01:36:29 2007
New Revision: 564862

URL: http://svn.apache.org/viewvc?view=rev&rev=564862
Log:
using spring 2.0.6 and servlet 2.4

Modified:
    myfaces/orchestra/trunk/core/pom.xml
    myfaces/orchestra/trunk/examples/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?view=diff&rev=564862&r1=564861&r2=564862
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Sat Aug 11 01:36:29 2007
@@ -57,14 +57,14 @@
 		<dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
-			<version>2.3</version>
+			<version>2.4</version>
 			<scope>provided</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring</artifactId>
-			<version>2.0.5</version>
+			<version>2.0.6</version>
 			<scope>compile</scope>
 		</dependency>
 
@@ -73,7 +73,7 @@
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-mock</artifactId>
-			<version>2.0.5</version>
+			<version>2.0.6</version>
 			<scope>test</scope>
 		</dependency>
 

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?view=diff&rev=564862&r1=564861&r2=564862
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Sat Aug 11 01:36:29 2007
@@ -74,7 +74,7 @@
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring</artifactId>
-			<version>2.0.5</version>
+			<version>2.0.6</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.mail</groupId>
@@ -84,7 +84,7 @@
 		<dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
-			<version>2.3</version>
+			<version>2.4</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>