Freed the pom from its direct parent.
Updated the dependencies to include a reference to the Eclipse Shell API.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1095774 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/compat/pom.xml b/dependencymanager/compat/pom.xml
index b7b7675..aa56bd2 100644
--- a/dependencymanager/compat/pom.xml
+++ b/dependencymanager/compat/pom.xml
@@ -19,11 +19,18 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>dependencymanager-reactor</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
+	    <groupId>org.apache.felix</groupId>
+	    <artifactId>felix-parent</artifactId>
+	    <version>1.2.0</version>
+	    <relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 
+	<properties>
+		<felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version>
+		<osgi.version>4.2.0</osgi.version>
+		<pax.exam.version>1.2.0</pax.exam.version>
+	</properties>
+
 	<name>Apache Felix Dependency Manager Compatibility</name>
 	<artifactId>org.apache.felix.dependencymanager.compat</artifactId>
 	<packaging>bundle</packaging>
@@ -32,19 +39,31 @@
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
+			<version>${osgi.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.compendium</artifactId>
+			<version>${osgi.version}</version>
 		</dependency>
-		
 		<dependency>
 			<groupId>${pom.groupId}</groupId>
 			<artifactId>org.apache.felix.dependencymanager</artifactId>
+			<version>${felix.dependencymanager.version}</version>
 		</dependency>
 	</dependencies>
 
 	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.felix</groupId>
+					<artifactId>maven-bundle-plugin</artifactId>
+					<version>1.4.0</version>
+					<extensions>true</extensions>
+				</plugin>
+			</plugins>
+		</pluginManagement>
 		<plugins>
 			<plugin>
 				<groupId>org.apache.felix</groupId>
diff --git a/dependencymanager/runtime/pom.xml b/dependencymanager/runtime/pom.xml
index cdb26fd..7e5b2d8 100644
--- a/dependencymanager/runtime/pom.xml
+++ b/dependencymanager/runtime/pom.xml
@@ -19,11 +19,18 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>dependencymanager-reactor</artifactId>
-		<version>3.0.0-SNAPSHOT</version>
+	    <groupId>org.apache.felix</groupId>
+	    <artifactId>felix-parent</artifactId>
+	    <version>1.2.0</version>
+	    <relativePath>../../pom/pom.xml</relativePath>
 	</parent>
 
+	<properties>
+		<felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version>
+		<osgi.version>4.2.0</osgi.version>
+		<pax.exam.version>1.2.0</pax.exam.version>
+	</properties>
+
 	<name>Apache Felix Dependency Manager Runtime</name>
 	<artifactId>org.apache.felix.dependencymanager.runtime</artifactId>
 	<packaging>bundle</packaging>
@@ -32,25 +39,37 @@
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
+			<version>${osgi.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.compendium</artifactId>
+			<version>${osgi.version}</version>
 		</dependency>
-		
 		<dependency>
 			<groupId>${pom.groupId}</groupId>
 			<artifactId>org.apache.felix.dependencymanager</artifactId>
+			<version>${felix.dependencymanager.version}</version>
 		</dependency>
-		
 		<dependency>
 			<groupId>org.json</groupId>
 			<artifactId>json</artifactId>
 			<scope>provided</scope>
+			<version>20070829</version>
 		</dependency>
 	</dependencies>
 
 	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.felix</groupId>
+					<artifactId>maven-bundle-plugin</artifactId>
+					<version>1.4.0</version>
+					<extensions>true</extensions>
+				</plugin>
+			</plugins>
+		</pluginManagement>
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
diff --git a/dependencymanager/shell/DEPENDENCIES b/dependencymanager/shell/DEPENDENCIES
index d85674a..df5036d 100644
--- a/dependencymanager/shell/DEPENDENCIES
+++ b/dependencymanager/shell/DEPENDENCIES
@@ -17,8 +17,10 @@
 Licensed under the Apache License 2.0.
 
 This product uses software developed at
-The Eclipse ... TODO
+The Eclipse Foundation (http://www.eclipse.org/).
+Licensed under the Eclipse Public License 1.0.
 
 III. Overall License Summary
 
 - Apache License 2.0
+- Eclipse Public License 1.0