Author: alexsmirnov
Date: 2008-04-08 20:25:30 -0400 (Tue, 08 Apr 2008)
New Revision: 7683
Modified:
trunk/samples/richfaces-demo/pom.xml
Log:
Fix demo app dependencies
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2008-04-08 19:47:23 UTC (rev 7682)
+++ trunk/samples/richfaces-demo/pom.xml 2008-04-09 00:25:30 UTC (rev 7683)
@@ -3,7 +3,7 @@
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-demo</artifactId>
<packaging>war</packaging>
- <version>3.2.0.GA</version>
+ <version>3.2.1-SNAPSHOT</version>
<name>richfaces-demo Maven Webapp</name>
<repositories>
@@ -221,12 +221,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>1.2_04-p02</version>
+ <version>1.2_07</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>1.2_04-p02</version>
+ <version>1.2_07</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -236,7 +236,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.0.GA</version>
+ <version>3.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
Show replies by date