Bug 541741: [Releng] Change maven coordinates of root
diff --git a/autonature/pom.xml b/autonature/pom.xml
index 95f7170..26045a5 100644
--- a/autonature/pom.xml
+++ b/autonature/pom.xml
@@ -21,8 +21,8 @@
 	<modelVersion>4.0.0</modelVersion>
 	
 	<parent>
-		<groupId>org.eclipse.statet-eutils</groupId>
-		<artifactId>root</artifactId>
+		<groupId>org.eclipse.statet-releng</groupId>
+		<artifactId>org.eclipse.statet-eutils</artifactId>
 		<version>4.0.0-SNAPSHOT</version>
 	</parent>
 	
diff --git a/autorun/pom.xml b/autorun/pom.xml
index a12c6e5..20bc0e4 100644
--- a/autorun/pom.xml
+++ b/autorun/pom.xml
@@ -21,8 +21,8 @@
 	<modelVersion>4.0.0</modelVersion>
 	
 	<parent>
-		<groupId>org.eclipse.statet-eutils</groupId>
-		<artifactId>root</artifactId>
+		<groupId>org.eclipse.statet-releng</groupId>
+		<artifactId>org.eclipse.statet-eutils</artifactId>
 		<version>4.0.0-SNAPSHOT</version>
 	</parent>
 	
diff --git a/pom.xml b/pom.xml
index f1ee5b7..77ef4e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,7 @@
 		<relativePath>../org.eclipse.statet/releng/</relativePath>
 	</parent>
 	
-	<groupId>org.eclipse.statet-eutils</groupId>
-	<artifactId>root</artifactId>
+	<artifactId>org.eclipse.statet-eutils</artifactId>
 	<version>4.0.0-SNAPSHOT</version>
 	<packaging>pom</packaging>