[seam-commits] Seam SVN: r12617 - modules/faces/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 23 14:59:37 EDT 2010
Author: dan.j.allen
Date: 2010-04-23 14:59:36 -0400 (Fri, 23 Apr 2010)
New Revision: 12617
Modified:
modules/faces/trunk/pom.xml
Log:
link against myfaces api 2.0.0
Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml 2010-04-23 18:14:58 UTC (rev 12616)
+++ modules/faces/trunk/pom.xml 2010-04-23 18:59:36 UTC (rev 12617)
@@ -6,6 +6,7 @@
<artifactId>weld-parent</artifactId>
<version>9</version>
</parent>
+ -->
<artifactId>seam-faces-parent</artifactId>
<groupId>org.jboss.seam.faces</groupId>
@@ -76,7 +77,7 @@
<!-- This is necessary until a new JSF-API is published to central -->
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
- <version>2.0.0-beta-3</version>
+ <version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
More information about the seam-commits
mailing list