POM updates to reflect new core and compendium modules.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@390230 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.osgi.compendium/pom.xml b/org.osgi.compendium/pom.xml
index 01d7a9d..15b0f40 100644
--- a/org.osgi.compendium/pom.xml
+++ b/org.osgi.compendium/pom.xml
@@ -5,13 +5,13 @@
     <version>0.8.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>osgi-bundle</packaging>
-  <artifactId>org.osgi.compendium</artifactId>
   <name>OSGi R4 Compendium Bundle</name>
+  <artifactId>org.osgi.compendium</artifactId>
+  <packaging>osgi-bundle</packaging>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>org.osgi</artifactId>
+      <artifactId>org.osgi.core</artifactId>
       <version>${pom.version}</version>
       <scope>provided</scope>
     </dependency>