[seam-commits] Seam SVN: r8337 - trunk/build and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jun 6 11:06:42 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-06-06 11:06:42 -0400 (Fri, 06 Jun 2008)
New Revision: 8337

Modified:
   branches/Seam_2_0/build/root.pom.xml
   trunk/build/root.pom.xml
Log:
JBSEAM-3066, JBAS-5211 - updated version of facelets to 1.1.15.B1 for AS5 support.

Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml	2008-06-06 14:50:39 UTC (rev 8336)
+++ branches/Seam_2_0/build/root.pom.xml	2008-06-06 15:06:42 UTC (rev 8337)
@@ -300,7 +300,7 @@
       <dependency>
         <groupId>com.sun.facelets</groupId>
         <artifactId>jsf-facelets</artifactId>
-        <version>1.1.14</version>
+        <version>1.1.15.B1</version>
       </dependency>
 
       <dependency>

Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml	2008-06-06 14:50:39 UTC (rev 8336)
+++ trunk/build/root.pom.xml	2008-06-06 15:06:42 UTC (rev 8337)
@@ -322,7 +322,7 @@
       <dependency>
         <groupId>com.sun.facelets</groupId>
         <artifactId>jsf-facelets</artifactId>
-        <version>1.1.14</version>
+        <version>1.1.15.B1</version>
       </dependency>
 
       <dependency>




More information about the seam-commits mailing list