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.framework/pom.xml b/org.apache.felix.framework/pom.xml
index d358a4d..268f5fd 100644
--- a/org.apache.felix.framework/pom.xml
+++ b/org.apache.felix.framework/pom.xml
@@ -16,7 +16,7 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>org.osgi</artifactId>
+ <artifactId>org.osgi.core</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
diff --git a/org.apache.felix.shell.tui/pom.xml b/org.apache.felix.shell.tui/pom.xml
index d314299..017e8a3 100644
--- a/org.apache.felix.shell.tui/pom.xml
+++ b/org.apache.felix.shell.tui/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>
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>