Author: abelevich
Date: 2009-07-06 04:55:10 -0400 (Mon, 06 Jul 2009)
New Revision: 14781
Modified:
branches/sandbox/rf4_build/examples/trunk/components/pom.xml
branches/sandbox/rf4_build/examples/trunk/pom.xml
Log:
Modified: branches/sandbox/rf4_build/examples/trunk/components/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/pom.xml 2009-07-06 08:54:30 UTC
(rev 14780)
+++ branches/sandbox/rf4_build/examples/trunk/components/pom.xml 2009-07-06 08:55:10 UTC
(rev 14781)
@@ -27,12 +27,12 @@
<dependency>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>${example.componentName}-ui</artifactId>
- <version>${ui.version}</version>
+ <version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>${example.componentName}Model-ui</artifactId>
- <version>${ui.version}</version>
+ <version>4.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Modified: branches/sandbox/rf4_build/examples/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-07-06 08:54:30 UTC (rev 14780)
+++ branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-07-06 08:55:10 UTC (rev 14781)
@@ -11,21 +11,14 @@
<packaging>pom</packaging>
<name>richfaces components examples</name>
-
- <properties>
- <jsf.version>2.0.0-PR2_3</jsf.version>
- <framework.version>${project.version}</framework.version>
- <ui.version>${project.version}</ui.version>
- </properties>
-
- <dependencies>
+ <dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>${framework.version}</version>
+ <version>4.0.0-SNAPSHOT</version>
</dependency>
- <!-- TODO: uncomment when assembly will be ready -->
+ <!-- TODO: uncomment when assembly will be ready -->
<!--dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
@@ -34,13 +27,13 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>${jsf.version}</version>
+ <version>2.0.0-PR2_3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>${jsf.version}</version>
+ <version>2.0.0-PR2_3</version>
<scope>provided</scope>
</dependency>
<dependency>
Show replies by date