Fix relative path for fileinstall parent pom

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@944770 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 7046468..f984472 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -21,7 +21,7 @@
 		<groupId>org.apache.felix</groupId>
 		<artifactId>felix-parent</artifactId>
 		<version>1.2.1</version>
-		<relativePath>../../pom/pom.xml</relativePath>
+		<relativePath>../pom/pom.xml</relativePath>
 	</parent>
 	
   <modelVersion>4.0.0</modelVersion>