[jbosstools-commits] JBoss Tools SVN: r23021 - in trunk/seam: plugins and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jun 24 20:03:02 EDT 2010
Author: dgolovin
Date: 2010-06-24 20:03:01 -0400 (Thu, 24 Jun 2010)
New Revision: 23021
Modified:
trunk/seam/features/pom.xml
trunk/seam/plugins/pom.xml
Log:
unnecessary parent pom reference removed
Modified: trunk/seam/features/pom.xml
===================================================================
--- trunk/seam/features/pom.xml 2010-06-24 23:35:49 UTC (rev 23020)
+++ trunk/seam/features/pom.xml 2010-06-25 00:03:01 UTC (rev 23021)
@@ -1,12 +1,6 @@
<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">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>features</artifactId>
<version>0.0.1-SNAPSHOT</version>
Modified: trunk/seam/plugins/pom.xml
===================================================================
--- trunk/seam/plugins/pom.xml 2010-06-24 23:35:49 UTC (rev 23020)
+++ trunk/seam/plugins/pom.xml 2010-06-25 00:03:01 UTC (rev 23021)
@@ -1,12 +1,6 @@
<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">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<name>seam.plugins</name>
More information about the jbosstools-commits
mailing list