Top most pom.xml as parent.

Change-Id: I6dc987d4dec6d7648c037255ebf1e0edd33b2d14
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/core/pom.xml b/core/pom.xml
index a605d1d..db443af 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,10 +4,10 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.eclipse.dltk</groupId>
-		<artifactId>dltk</artifactId>
+		<groupId>org.eclipse.dltk.core</groupId>
+		<artifactId>all</artifactId>
 		<version>5.7.2-SNAPSHOT</version>
-		<relativePath>../../org.eclipse.dltk.releng/build/pom.xml</relativePath>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.core</groupId>
 	<artifactId>core</artifactId>
diff --git a/mylyn/pom.xml b/mylyn/pom.xml
index 22b438a..c496b8d 100644
--- a/mylyn/pom.xml
+++ b/mylyn/pom.xml
@@ -4,10 +4,10 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.eclipse.dltk</groupId>
-		<artifactId>dltk</artifactId>
+		<groupId>org.eclipse.dltk.core</groupId>
+		<artifactId>all</artifactId>
 		<version>5.7.2-SNAPSHOT</version>
-		<relativePath>../../org.eclipse.dltk.releng/build/pom.xml</relativePath>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.mylyn</groupId>
 	<artifactId>mylyn</artifactId>
diff --git a/rse/pom.xml b/rse/pom.xml
index d1b13f0..6ec9244 100644
--- a/rse/pom.xml
+++ b/rse/pom.xml
@@ -4,10 +4,10 @@
 	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>org.eclipse.dltk</groupId>
-		<artifactId>dltk</artifactId>
+		<groupId>org.eclipse.dltk.core</groupId>
+		<artifactId>all</artifactId>
 		<version>5.7.2-SNAPSHOT</version>
-		<relativePath>../../org.eclipse.dltk.releng/build/pom.xml</relativePath>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.rse</groupId>
 	<artifactId>rse</artifactId>