[richfaces-svn-commits] JBoss Rich Faces SVN: r2677 - trunk/samples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 31 18:48:16 EDT 2007


Author: alexsmirnov
Date: 2007-08-31 18:48:16 -0400 (Fri, 31 Aug 2007)
New Revision: 2677

Modified:
   trunk/samples/pom.xml
Log:
change sservlet version for a tomcat & jboss 4 profiles to 2.4

Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml	2007-08-31 22:10:11 UTC (rev 2676)
+++ trunk/samples/pom.xml	2007-08-31 22:48:16 UTC (rev 2677)
@@ -226,7 +226,7 @@
 				<dependency>
 					<groupId>javax.servlet</groupId>
 					<artifactId>servlet-api</artifactId>
-					<version>2.5</version>
+					<version>2.4</version>
 					<scope>provided</scope>
 				</dependency>
 				<dependency>
@@ -325,13 +325,13 @@
 				<dependency>
 					<groupId>javax.servlet</groupId>
 					<artifactId>servlet-api</artifactId>
-					<version>2.5</version>
+					<version>2.4</version>
 					<scope>provided</scope>
 				</dependency>
 				<dependency>
 					<groupId>javax.servlet.jsp</groupId>
 					<artifactId>jsp-api</artifactId>
-					<version>2.1</version>
+					<version>2.0</version>
 					<scope>provided</scope>
 				</dependency>
 				<dependency>




More information about the richfaces-svn-commits mailing list