Author: jbalunas(a)redhat.com
Date: 2010-05-24 18:46:49 -0400 (Mon, 24 May 2010)
New Revision: 17222
Modified:
root/build/parent/trunk/pom.xml
Log:
Made JSF RI 2.0.2 the default JSF version
Modified: root/build/parent/trunk/pom.xml
===================================================================
--- root/build/parent/trunk/pom.xml 2010-05-24 21:26:47 UTC (rev 17221)
+++ root/build/parent/trunk/pom.xml 2010-05-24 22:46:49 UTC (rev 17222)
@@ -353,7 +353,8 @@
<id>jsf-ri</id>
<activation>
<property>
- <name>!jsf_profile</name>
+ <name>jsf_profile</name>
+ <value>ri_snapshot</value>
</property>
</activation>
<properties>
@@ -371,8 +372,7 @@
<id>ri_202</id>
<activation>
<property>
- <name>jsf_profile</name>
- <value>ri_202</value>
+ <name>!jsf_profile</name>
</property>
</activation>
<properties>
Show replies by date