Updated the pom to the latest Felix parent pom.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1095782 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/deploymentadmin/pom.xml b/deploymentadmin/pom.xml
index e7241bd..a86f77e 100644
--- a/deploymentadmin/pom.xml
+++ b/deploymentadmin/pom.xml
@@ -17,19 +17,19 @@
 under the License. 
 -->
 <project>
-  <parent>
-    <groupId>org.apache.felix</groupId>
-    <artifactId>felix</artifactId>
-    <version>1.0.4</version>
-    <relativePath>../pom/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <packaging>pom</packaging>
-  <name>Apache Felix Deployment Projects</name>
-  <artifactId>deployment-build</artifactId>
-  <version>1</version>
-  <modules>
-      <module>service</module>
-      <module>autoconf</module>
-  </modules>
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+	    <groupId>org.apache.felix</groupId>
+	    <artifactId>felix-parent</artifactId>
+	    <version>1.2.0</version>
+	    <relativePath>../../pom/pom.xml</relativePath>
+	</parent>
+    <packaging>pom</packaging>
+    <name>Apache Felix Deployment Admin Subproject</name>
+    <artifactId>deploymentadmin-reactor</artifactId>
+    <version>1</version>
+    <modules>
+        <module>service</module>
+        <module>autoconf</module>
+    </modules>
 </project>