[seam-commits] Seam SVN: r9308 - trunk/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 14 12:06:02 EDT 2008


Author: jguglielmin
Date: 2008-10-14 12:06:01 -0400 (Tue, 14 Oct 2008)
New Revision: 9308

Modified:
   trunk/seam-gen/build.xml
Log:
update ICEfaces version to 1.7.2 JBSEAM-3540

Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-10-14 13:27:31 UTC (rev 9307)
+++ trunk/seam-gen/build.xml	2008-10-14 16:06:01 UTC (rev 9308)
@@ -628,13 +628,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.7.1">
+            <dependency groupId="org.icefaces" artifactId="icefaces" version="1.7.2">
                 <exclusion groupId="javax.el" artifactId="el-api"/>
             </dependency>
-            <dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.7.1">
+            <dependency groupId="org.icefaces" artifactId="icefaces-comps" version="1.7.2">
                 <exclusion groupId="javax.el" artifactId="el-api"/>
             </dependency>
-            <dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.7.1">
+            <dependency groupId="org.icefaces" artifactId="icefaces-facelets" version="1.7.2">
                 <exclusion groupId="javax.el" artifactId="el-api"/>
             </dependency>
             <remoteRepository refId="repository.jboss.org"/>




More information about the seam-commits mailing list