Author: bdaw
Date: 2008-01-18 10:15:16 -0500 (Fri, 18 Jan 2008)
New Revision: 9535
Modified:
modules/template/module-b/pom.xml
Log:
wrong pom content
Modified: modules/template/module-b/pom.xml
===================================================================
--- modules/template/module-b/pom.xml 2008-01-18 09:58:02 UTC (rev 9534)
+++ modules/template/module-b/pom.xml 2008-01-18 15:15:16 UTC (rev 9535)
@@ -2,18 +2,16 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.portal.template</groupId>
- <artifactId>module-aggregator</artifactId>
+ <artifactId>module-parent</artifactId>
<version>1.0-CR1</version>
<relativePath>../build/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.portal.templatemodule</groupId>
<artifactId>tempate-module-b-aggregator</artifactId>
<packaging>pom</packaging>
<name>JBoss Portal TemplateModule ModuleB (aggregator)</name>
- <version>1.0-CR1</version>
+
-
<modules>
<module>module-b1</module>
<module>module-b2</module>