Fixed incorrect(?) path to felix-parent POM.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1522990 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/parent/pom.xml b/http/parent/pom.xml
index cc3b2e6..3197542 100755
--- a/http/parent/pom.xml
+++ b/http/parent/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>2.1</version>
-        <relativePath>../pom/pom.xml</relativePath>
+        <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
     <name>Apache Felix Http Parent POM</name>