Author: dgolovin
Date: 2010-07-02 13:28:26 -0400 (Fri, 02 Jul 2010)
New Revision: 23193
Modified:
trunk/profiler/tests/pom.xml
Log:
profiler groupId error fixed for tests
Modified: trunk/profiler/tests/pom.xml
===================================================================
--- trunk/profiler/tests/pom.xml 2010-07-02 17:24:35 UTC (rev 23192)
+++ trunk/profiler/tests/pom.xml 2010-07-02 17:28:26 UTC (rev 23193)
@@ -3,12 +3,6 @@
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.profiler</groupId>
<artifactId>tests</artifactId>
<name>profiler.tests</name>