Author: nbelaevski
Date: 2010-05-13 08:52:12 -0400 (Thu, 13 May 2010)
New Revision: 17019
Modified:
root/examples/core-demo/trunk/pom.xml
root/examples/richfaces-demo/trunk/pom.xml
Log:
Wrong core.ui artifactId fixed
Modified: root/examples/core-demo/trunk/pom.xml
===================================================================
--- root/examples/core-demo/trunk/pom.xml 2010-05-13 12:48:36 UTC (rev 17018)
+++ root/examples/core-demo/trunk/pom.xml 2010-05-13 12:52:12 UTC (rev 17019)
@@ -37,8 +37,7 @@
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>core</artifactId>
- <version>${project.version}</version>
+ <artifactId>core-api</artifactId>
</dependency>
<dependency>
Modified: root/examples/richfaces-demo/trunk/pom.xml
===================================================================
--- root/examples/richfaces-demo/trunk/pom.xml 2010-05-13 12:48:36 UTC (rev 17018)
+++ root/examples/richfaces-demo/trunk/pom.xml 2010-05-13 12:52:12 UTC (rev 17019)
@@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>core</artifactId>
+ <artifactId>core-api</artifactId>
</dependency>
<dependency>
Show replies by date