[seam-commits] Seam SVN: r9309 - trunk/examples/icefaces.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 14 12:06:49 EDT 2008
Author: jguglielmin
Date: 2008-10-14 12:06:49 -0400 (Tue, 14 Oct 2008)
New Revision: 9309
Modified:
trunk/examples/icefaces/build.xml
Log:
update ICEfaces version to 1.7.2 JBSEAM-3540
Modified: trunk/examples/icefaces/build.xml
===================================================================
--- trunk/examples/icefaces/build.xml 2008-10-14 16:06:01 UTC (rev 9308)
+++ trunk/examples/icefaces/build.xml 2008-10-14 16:06:49 UTC (rev 9309)
@@ -26,13 +26,13 @@
<target name="copyextradependencies">
<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