Author: nbelaevski
Date: 2007-07-26 08:59:36 -0400 (Thu, 26 Jul 2007)
New Revision: 1867
Modified:
trunk/samples/pom.xml
Log:
Default JSF version switched to 1.1
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2007-07-26 12:47:58 UTC (rev 1866)
+++ trunk/samples/pom.xml 2007-07-26 12:59:36 UTC (rev 1867)
@@ -141,7 +141,7 @@
<profile>
<id>jsf1_1</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
<property>
<name>jsfVersion</name>
<value>1.1</value>
@@ -192,7 +192,7 @@
<profile>
<id>jsf1_2</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
<property>
<name>jsfVersion</name>
<value>1.2</value>
Show replies by date