Author: aheritier
Date: 2009-08-25 15:52:10 -0400 (Tue, 25 Aug 2009)
New Revision: 55
Modified:
components/mop/trunk/pom.xml
Log:
Master pom have to extend JBoss parent if we want to deploy all modules
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2009-08-25 19:51:12 UTC (rev 54)
+++ components/mop/trunk/pom.xml 2009-08-25 19:52:10 UTC (rev 55)
@@ -25,6 +25,12 @@
<!-- Project Definition -->
<!-- ****************** -->
+ <parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>5-beta-1</version>
+ </parent>
+
<groupId>org.gatein.mop</groupId>
<artifactId>mop.main</artifactId>
<version>1.0.0-SNAPSHOT</version>