Author: nbelaevski
Date: 2010-06-02 12:37:12 -0400 (Wed, 02 Jun 2010)
New Revision: 17467
Modified:
root/archetypes/richfaces-archetype-simpleapp/trunk/pom.xml
Log:
Added richfaces-parent to richfaces-archetype-simpleapp
Modified: root/archetypes/richfaces-archetype-simpleapp/trunk/pom.xml
===================================================================
--- root/archetypes/richfaces-archetype-simpleapp/trunk/pom.xml 2010-06-02 15:44:40 UTC
(rev 17466)
+++ root/archetypes/richfaces-archetype-simpleapp/trunk/pom.xml 2010-06-02 16:37:12 UTC
(rev 17467)
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>7</version>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>