fixed relative path to pom in child projects

Change-Id: I01621ec61c5c4c89904c912cf4de36f299dac771
diff --git a/org.eclipse.fmc.blockdiagram.editor.meta/pom.xml b/org.eclipse.fmc.blockdiagram.editor.meta/pom.xml
index 4dd8e8c..7dbd5b4 100644
--- a/org.eclipse.fmc.blockdiagram.editor.meta/pom.xml
+++ b/org.eclipse.fmc.blockdiagram.editor.meta/pom.xml
@@ -11,5 +11,6 @@
 		<groupId>org.eclipse.fmc</groupId>
 		<artifactId>org.eclipse.fmc.parent</artifactId>
 		<version>0.11.0-SNAPSHOT</version>
+		<relativePath>../org.eclipse.fmc.parent</relativePath>
 	</parent>
 </project>
\ No newline at end of file
diff --git a/org.eclipse.fmc.blockdiagram.editor.tests/pom.xml b/org.eclipse.fmc.blockdiagram.editor.tests/pom.xml
index e3859b1..c0b50ff 100644
--- a/org.eclipse.fmc.blockdiagram.editor.tests/pom.xml
+++ b/org.eclipse.fmc.blockdiagram.editor.tests/pom.xml
@@ -10,6 +10,7 @@
 		<groupId>org.eclipse.fmc</groupId>
 		<artifactId>org.eclipse.fmc.parent</artifactId>
 		<version>0.11.0-SNAPSHOT</version>
+		<relativePath>../org.eclipse.fmc.parent</relativePath>
 	</parent>
 	<properties>
 
diff --git a/org.eclipse.fmc.blockdiagram.editor/pom.xml b/org.eclipse.fmc.blockdiagram.editor/pom.xml
index 153967a..a33d2eb 100644
--- a/org.eclipse.fmc.blockdiagram.editor/pom.xml
+++ b/org.eclipse.fmc.blockdiagram.editor/pom.xml
@@ -11,5 +11,6 @@
 		<groupId>org.eclipse.fmc</groupId>
 		<artifactId>org.eclipse.fmc.parent</artifactId>
 		<version>0.11.0-SNAPSHOT</version>
+		<relativePath>../org.eclipse.fmc.parent</relativePath>
 	</parent>
 </project>
\ No newline at end of file
diff --git a/org.eclipse.fmc.feature/pom.xml b/org.eclipse.fmc.feature/pom.xml
index 1756acf..da1504f 100644
--- a/org.eclipse.fmc.feature/pom.xml
+++ b/org.eclipse.fmc.feature/pom.xml
@@ -11,6 +11,7 @@
 		<groupId>org.eclipse.fmc</groupId>
 		<artifactId>org.eclipse.fmc.parent</artifactId>
 		<version>0.11.0-SNAPSHOT</version>
+		<relativePath>../org.eclipse.fmc.parent</relativePath>
 	</parent>
 	<repositories>
 		<repository>
diff --git a/org.eclipse.fmc.mm.edit/pom.xml b/org.eclipse.fmc.mm.edit/pom.xml
index 8af1522..f270742 100644
--- a/org.eclipse.fmc.mm.edit/pom.xml
+++ b/org.eclipse.fmc.mm.edit/pom.xml
@@ -11,5 +11,6 @@
 		<groupId>org.eclipse.fmc</groupId>
 		<artifactId>org.eclipse.fmc.parent</artifactId>
 		<version>0.11.0-SNAPSHOT</version>
+		<relativePath>../org.eclipse.fmc.parent</relativePath>
 	</parent>
 </project>
\ No newline at end of file
diff --git a/org.eclipse.fmc.mm.editor/pom.xml b/org.eclipse.fmc.mm.editor/pom.xml
index 4b12c13..7888d48 100644
--- a/org.eclipse.fmc.mm.editor/pom.xml
+++ b/org.eclipse.fmc.mm.editor/pom.xml
@@ -11,5 +11,6 @@
 		<groupId>org.eclipse.fmc</groupId>
 		<artifactId>org.eclipse.fmc.parent</artifactId>
 		<version>0.11.0-SNAPSHOT</version>
+		<relativePath>../org.eclipse.fmc.parent</relativePath>
 	</parent>
 </project>
\ No newline at end of file
diff --git a/org.eclipse.fmc.mm/pom.xml b/org.eclipse.fmc.mm/pom.xml
index 08ea6d6..e23ac45 100644
--- a/org.eclipse.fmc.mm/pom.xml
+++ b/org.eclipse.fmc.mm/pom.xml
@@ -11,5 +11,6 @@
 		<groupId>org.eclipse.fmc</groupId>
 		<artifactId>org.eclipse.fmc.parent</artifactId>
 		<version>0.11.0-SNAPSHOT</version>
+		<relativePath>../org.eclipse.fmc.parent</relativePath>
 	</parent>
 </project>
\ No newline at end of file