FELIX-370:
 - Moved maven-obr-plugin from clement sandbox to trunk 
 - Fixed problem with repository containg space in path (on Win32 is default)
 - Update maven-bundle-plugin in order to use maven-obr-plugin

General:
 - Some iPOJO module compiling as bundle where defined in the plugins profile
 - Wrong parent POM in some upnp module



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@578326 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp/extra/pom.xml b/upnp/extra/pom.xml
index 97af362..da6de3a 100644
--- a/upnp/extra/pom.xml
+++ b/upnp/extra/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
     <version>1.1.0-SNAPSHOT</version>
-    <relativePath>../pom/pom.xml</relativePath>
+    <relativePath>../../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>bundle</packaging>