Author: ishabalov
Date: 2007-07-20 18:08:56 -0400 (Fri, 20 Jul 2007)
New Revision: 1762
Modified:
trunk/samples/pom.xml
Log:
Switch default JSF implementation to 1.2
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2007-07-20 21:01:33 UTC (rev 1761)
+++ trunk/samples/pom.xml 2007-07-20 22:08:56 UTC (rev 1762)
@@ -141,7 +141,7 @@
<profile>
<id>jsf1_1</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
<property>
<name>jsfVersion</name>
<value>1.1</value>
@@ -191,6 +191,13 @@
</profile>
<profile>
<id>jsf1_2</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ <property>
+ <name>jsfVersion</name>
+ <value>1.2</value>
+ </property>
+ </activation>
<build>
<defaultGoal>jetty:run</defaultGoal>
<plugins>
Show replies by date