Author: shane.bryzak(a)jboss.com
Date: 2010-03-08 03:09:23 -0500 (Mon, 08 Mar 2010)
New Revision: 12118
Modified:
modules/remoting/trunk/examples/helloworld/pom.xml
modules/remoting/trunk/examples/model/pom.xml
Log:
removed parents
Modified: modules/remoting/trunk/examples/helloworld/pom.xml
===================================================================
--- modules/remoting/trunk/examples/helloworld/pom.xml 2010-03-08 07:51:34 UTC (rev
12117)
+++ modules/remoting/trunk/examples/helloworld/pom.xml 2010-03-08 08:09:23 UTC (rev
12118)
@@ -2,12 +2,6 @@
<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">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.jboss.seam.examples</groupId>
- <artifactId>seam-examples-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
-
<groupId>org.jboss.seam.remoting</groupId>
<artifactId>remoting-helloworld-example</artifactId>
<packaging>war</packaging>
Modified: modules/remoting/trunk/examples/model/pom.xml
===================================================================
--- modules/remoting/trunk/examples/model/pom.xml 2010-03-08 07:51:34 UTC (rev 12117)
+++ modules/remoting/trunk/examples/model/pom.xml 2010-03-08 08:09:23 UTC (rev 12118)
@@ -2,12 +2,6 @@
<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">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.jboss.seam.examples</groupId>
- <artifactId>seam-examples-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
- </parent>
-
<groupId>org.jboss.seam.remoting</groupId>
<artifactId>seam-remoting-model-example</artifactId>
<packaging>war</packaging>