Updated the dependencies in the pom file to point to the new groupId for
the osgi classes, they were pointing to the old name.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@396570 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.upnp.extra/pom.xml b/org.apache.felix.upnp.extra/pom.xml
index 31a8734..087f0d1 100644
--- a/org.apache.felix.upnp.extra/pom.xml
+++ b/org.apache.felix.upnp.extra/pom.xml
@@ -14,9 +14,9 @@
   <!-- <url>http://maven.apache.org</url> -->

   <dependencies>

     <dependency>

-      <groupId>org.osgi</groupId>

+      <groupId>${pom.groupId}</groupId>

       <artifactId>org.osgi.compendium</artifactId>

-      <version>4.0</version>

+      <version>0.8.0-SNAPSHOT</version>

       <scope>provided</scope>

     </dependency>

   </dependencies>