[seam-commits] Seam SVN: r11123 - branches/community/Seam_2_2/examples/icefaces.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 11 15:31:18 EDT 2009


Author: jguglielmin
Date: 2009-06-11 15:31:18 -0400 (Thu, 11 Jun 2009)
New Revision: 11123

Modified:
   branches/community/Seam_2_2/examples/icefaces/build.xml
Log:
JBSEAM-4198 update to ICEfaces-1.8.1

Modified: branches/community/Seam_2_2/examples/icefaces/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/icefaces/build.xml	2009-06-11 15:51:35 UTC (rev 11122)
+++ branches/community/Seam_2_2/examples/icefaces/build.xml	2009-06-11 19:31:18 UTC (rev 11123)
@@ -27,13 +27,13 @@
 
 	<target name="copyextradependencies">
 		<artifact:dependencies filesetId="icefaces.fileset" versionsId="icefaces.versions">
-			<dependency groupId="org.icefaces" artifactId="icefaces" version="1.8.0">
+			<dependency groupId="org.icefaces" artifactId="icefaces" version="1.8.1">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
-			<dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.8.0">
+			<dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.8.1">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
-			<dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.8.0">
+			<dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.8.1">
 				<exclusion groupId="javax.el" artifactId="el-api" />
 			</dependency>
 			<remoteRepository refId="repository.jboss.org" />




More information about the seam-commits mailing list