[seam-commits] Seam SVN: r14214 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 28 16:20:37 EDT 2011


Author: manaRH
Date: 2011-09-28 16:20:37 -0400 (Wed, 28 Sep 2011)
New Revision: 14214

Modified:
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
rolling back of jsf version for fixing CI build for now

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2011-09-28 16:57:51 UTC (rev 14213)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2011-09-28 20:20:37 UTC (rev 14214)
@@ -191,13 +191,13 @@
 			<dependency>
 				<groupId>javax.faces</groupId>
 				<artifactId>jsf-api</artifactId>
-				<version>1.2_13-patch-01</version>
+				<version>1.2_13</version>
 			</dependency>
 
 			<dependency>
 				<groupId>javax.faces</groupId>
 				<artifactId>jsf-impl</artifactId>
-				<version>1.2_13-patch-01</version>
+				<version>1.2_13</version>
 				<exclusions>
 					<exclusion>
 						<groupId>commons-collections</groupId>
@@ -973,10 +973,10 @@
 				<version>2.1.0.GA</version>
 			</dependency>
 
-			<dependency>
+<!--			<dependency>
 				<groupId>org.jboss</groupId>
 				<artifactId>jboss-common-core</artifactId>
-				<version>2.2.17.GA</version>
+				<version>2.2.18.GA</version>
 				<exclusions>
 					<exclusion>
 						<groupId>apache-xerces</groupId>
@@ -992,7 +992,7 @@
 					</exclusion>
 				</exclusions>
 			</dependency>
-
+-->
 			<dependency>
 				<groupId>com.lowagie</groupId>
 				<artifactId>itext</artifactId>



More information about the seam-commits mailing list