Author: julien(a)jboss.com
Date: 2007-10-05 12:26:22 -0400 (Fri, 05 Oct 2007)
New Revision: 8546
Modified:
modules/common/trunk/pom.xml
Log:
had to comment the parent, it is not able to obtain it and make compilation fail
Modified: modules/common/trunk/pom.xml
===================================================================
--- modules/common/trunk/pom.xml 2007-10-05 16:16:06 UTC (rev 8545)
+++ modules/common/trunk/pom.xml 2007-10-05 16:26:22 UTC (rev 8546)
@@ -1,10 +1,12 @@
<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</groupId>
<artifactId>jboss-portal</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
+-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.portal.common</groupId>
<artifactId>jboss-portal-modules-common-root</artifactId>
@@ -59,4 +61,4 @@
<properties/>
-</project>
\ No newline at end of file
+</project>