Author: dgolovin
Date: 2010-07-01 19:31:43 -0400 (Thu, 01 Jul 2010)
New Revision: 23164
Modified:
trunk/profiler/tests/pom.xml
Log:
profiler tests/pom.xml froupid fixed --This line, and those below, will be ignored--
M profiler/tests/pom.xml
Modified: trunk/profiler/tests/pom.xml
===================================================================
--- trunk/profiler/tests/pom.xml 2010-07-01 23:09:19 UTC (rev 23163)
+++ trunk/profiler/tests/pom.xml 2010-07-01 23:31:43 UTC (rev 23164)
@@ -1,5 +1,7 @@
<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">
+
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>
@@ -7,11 +9,12 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>profiler.tests</artifactId>
+ <groupId>org.jboss.tools.profiler</groupId>
+ <artifactId>tests</artifactId>
+ <name>profiler.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
</modules>
</project>
-
\ No newline at end of file
+