Updates to Felix modules related to recent artifactId, package, and other renaming:
o  org.osgi to org.osgi.core in shell, shell tui, and framework

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@391062 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.shell/pom.xml b/org.apache.felix.shell/pom.xml
index d231cd0..384031f 100644
--- a/org.apache.felix.shell/pom.xml
+++ b/org.apache.felix.shell/pom.xml
@@ -11,7 +11,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>org.osgi</artifactId>
+      <artifactId>org.osgi.core</artifactId>
       <version>${pom.version}</version>
       <scope>provided</scope>
     </dependency>