Author: nbelaevski
Date: 2008-03-24 13:50:44 -0400 (Mon, 24 Mar 2008)
New Revision: 7140
Modified:
trunk/framework/pom.xml
trunk/framework/test/pom.xml
trunk/sandbox/api/pom.xml
trunk/ui/pickList/pom.xml
trunk/ui/pom.xml
Log:
JSF version switched to 1.2_07
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2008-03-24 17:49:04 UTC (rev 7139)
+++ trunk/framework/pom.xml 2008-03-24 17:50:44 UTC (rev 7140)
@@ -101,7 +101,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_08</version>
+ <version>1.2_07</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: trunk/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml 2008-03-24 17:49:04 UTC (rev 7139)
+++ trunk/framework/test/pom.xml 2008-03-24 17:50:44 UTC (rev 7140)
@@ -49,7 +49,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_08</version>
+ <version>1.2_07</version>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
Modified: trunk/sandbox/api/pom.xml
===================================================================
--- trunk/sandbox/api/pom.xml 2008-03-24 17:49:04 UTC (rev 7139)
+++ trunk/sandbox/api/pom.xml 2008-03-24 17:50:44 UTC (rev 7140)
@@ -35,7 +35,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_08</version>
+ <version>1.2_07</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: trunk/ui/pickList/pom.xml
===================================================================
--- trunk/ui/pickList/pom.xml 2008-03-24 17:49:04 UTC (rev 7139)
+++ trunk/ui/pickList/pom.xml 2008-03-24 17:50:44 UTC (rev 7140)
@@ -64,12 +64,6 @@
<dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_08</version>
- </dependency>
-
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
<version>3.2.0-SNAPSHOT</version>
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2008-03-24 17:49:04 UTC (rev 7139)
+++ trunk/ui/pom.xml 2008-03-24 17:50:44 UTC (rev 7140)
@@ -180,7 +180,7 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_08</version>
+ <version>1.2_07</version>
<scope>provided</scope>
</dependency>
</dependencies>
Show replies by date