Author: Alex.Kolonitsky
Date: 2010-06-03 09:37:32 -0400 (Thu, 03 Jun 2010)
New Revision: 17480
Modified:
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml
Log:
add variable with project version to archetype
Modified:
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml
===================================================================
---
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml 2010-06-03
13:22:41 UTC (rev 17479)
+++
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml 2010-06-03
13:37:32 UTC (rev 17480)
@@ -30,6 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
<org.richfaces.ui.dist.version>4.0.0-SNAPSHOT</org.richfaces.ui.dist.version>
</properties>
<build>
@@ -129,7 +130,7 @@
<dependency>
<groupId>org.richfaces.ui.dist</groupId>
<artifactId>richfaces-components-bom</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>${org.richfaces.ui.dist.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Show replies by date