[seam-commits] Seam SVN: r10667 - modules/trunk/jsf-upgrade-tool.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 28 01:40:43 EDT 2009
Author: dan.j.allen
Date: 2009-04-28 01:40:43 -0400 (Tue, 28 Apr 2009)
New Revision: 10667
Modified:
modules/trunk/jsf-upgrade-tool/pom.xml
Log:
JSF version moved to version-matrix
Modified: modules/trunk/jsf-upgrade-tool/pom.xml
===================================================================
--- modules/trunk/jsf-upgrade-tool/pom.xml 2009-04-28 05:40:23 UTC (rev 10666)
+++ modules/trunk/jsf-upgrade-tool/pom.xml 2009-04-28 05:40:43 UTC (rev 10667)
@@ -43,7 +43,7 @@
<rules>
<requireProperty>
<property>jboss.home</property>
- <message>Please set the JBOSS_HOME environment variable or set the jboss.home property in an active profile in your Maven 2 settings configuration</message>
+ <message>Please set the JBOSS_HOME environment variable or set the jboss.home property in an active profile in the Maven 2 settings.xml file</message>
</requireProperty>
<requireFilesExist>
<files>
@@ -90,13 +90,11 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>2.0.0-PR2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>2.0.0-PR2</version>
</dependency>
</dependencies>
More information about the seam-commits
mailing list