Author: alexsmirnov
Date: 2007-07-19 19:18:38 -0400 (Thu, 19 Jul 2007)
New Revision: 1720
Modified:
trunk/framework/impl/pom.xml
Log:
Append virtualEarth to a build process.
Change artifactId's from short names to a richfaces-api[impl,ui,etc]
Modified: trunk/framework/impl/pom.xml
===================================================================
--- trunk/framework/impl/pom.xml 2007-07-19 23:16:32 UTC (rev 1719)
+++ trunk/framework/impl/pom.xml 2007-07-19 23:18:38 UTC (rev 1720)
@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
- <artifactId>impl</artifactId>
+ <artifactId>richfaces-impl</artifactId>
<name>Java Server Faces AJAX framework implementation</name>
<build>
<resources>
@@ -291,8 +291,8 @@
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
- <artifactId>api</artifactId>
- <version>${project.version}</version>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>
Show replies by date