[seam-commits] Seam SVN: r11124 - branches/community/Seam_2_2/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 11 16:28:05 EDT 2009


Author: jguglielmin
Date: 2009-06-11 16:28:05 -0400 (Thu, 11 Jun 2009)
New Revision: 11124

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

Modified: branches/community/Seam_2_2/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/build.xml	2009-06-11 19:31:18 UTC (rev 11123)
+++ branches/community/Seam_2_2/seam-gen/build.xml	2009-06-11 20:28:05 UTC (rev 11124)
@@ -819,13 +819,13 @@
 
     <target name="copy-icefaces-maven" if="icefaces.property" unless="icefaces.lib.property">
         <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