Make poms point to correct parent.
diff --git a/org.eclipse.ptp-product/pom.xml b/org.eclipse.ptp-product/pom.xml
index 6846e2e..72c7707 100644
--- a/org.eclipse.ptp-product/pom.xml
+++ b/org.eclipse.ptp-product/pom.xml
@@ -4,10 +4,10 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-	  <groupId>org.eclipse.ptp</groupId>
-	  <artifactId>ptp-parent</artifactId>
+	  <groupId>org.eclipse.ptp.master</groupId>
+	  <artifactId>org.eclipse.ptp.master</artifactId>
 	  <version>7.0.2-SNAPSHOT</version>
-	  <relativePath>../../pom.xml</relativePath>
+	  <relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>org.eclipse.ptp.product</artifactId>
diff --git a/org.eclipse.ptp.product-feature/pom.xml b/org.eclipse.ptp.product-feature/pom.xml
index b2cb73c..0e677ed 100644
--- a/org.eclipse.ptp.product-feature/pom.xml
+++ b/org.eclipse.ptp.product-feature/pom.xml
@@ -4,10 +4,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.eclipse.ptp</groupId>
-    <artifactId>ptp-parent</artifactId>
+    <groupId>org.eclipse.ptp.master</groupId>
+    <artifactId>org.eclipse.ptp.master</artifactId>
     <version>7.0.2-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>org.eclipse.ptp.product</artifactId>
diff --git a/org.eclipse.ptp.rcp.sysmon-feature/pom.xml b/org.eclipse.ptp.rcp.sysmon-feature/pom.xml
index 23827d7..4dc980b 100644
--- a/org.eclipse.ptp.rcp.sysmon-feature/pom.xml
+++ b/org.eclipse.ptp.rcp.sysmon-feature/pom.xml
@@ -4,10 +4,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.eclipse.ptp</groupId>
-    <artifactId>ptp-parent</artifactId>
+    <groupId>org.eclipse.ptp.master</groupId>
+    <artifactId>org.eclipse.ptp.master</artifactId>
     <version>7.0.2-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>org.eclipse.ptp.rcp.sysmon</artifactId>
diff --git a/org.eclipse.ptp.rcp.sysmon-product/pom.xml b/org.eclipse.ptp.rcp.sysmon-product/pom.xml
index 300457f..ec9298a 100644
--- a/org.eclipse.ptp.rcp.sysmon-product/pom.xml
+++ b/org.eclipse.ptp.rcp.sysmon-product/pom.xml
@@ -4,10 +4,10 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.eclipse.ptp</groupId>
-		<artifactId>ptp-parent</artifactId>
+		<groupId>org.eclipse.ptp.master</groupId>
+		<artifactId>org.eclipse.ptp.master</artifactId>
 		<version>7.0.2-SNAPSHOT</version>
-		<relativePath>../../pom.xml</relativePath>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>org.eclipse.ptp.rcp.sysmon-product</artifactId>
diff --git a/org.eclipse.ptp.rcp.sysmon/pom.xml b/org.eclipse.ptp.rcp.sysmon/pom.xml
index 74174d9..a9e48f2 100644
--- a/org.eclipse.ptp.rcp.sysmon/pom.xml
+++ b/org.eclipse.ptp.rcp.sysmon/pom.xml
@@ -4,10 +4,10 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.eclipse.ptp</groupId>
-		<artifactId>ptp-parent</artifactId>
+		<groupId>org.eclipse.ptp.master</groupId>
+		<artifactId>org.eclipse.ptp.master</artifactId>
 		<version>7.0.2-SNAPSHOT</version>
-		<relativePath>../../pom.xml</relativePath>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>org.eclipse.ptp.rcp.sysmon</artifactId>