Minor fixes and updates:

- bumped Felix DM and MetaType to latest versions;
- use correct version of Felix parent POM (to solve compilation problems when running Maven from the command line);
- made the AutoConf processor a little more verbose when it stumbles upon wrong resource definitions.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1716104 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/deploymentadmin/pom.xml b/deploymentadmin/pom.xml
index 1aab8fe..7652215 100644
--- a/deploymentadmin/pom.xml
+++ b/deploymentadmin/pom.xml
@@ -22,8 +22,8 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>1.2.0</version>
-        <relativePath>../../pom/pom.xml</relativePath>
+        <version>3</version>
+        <relativePath>../pom/pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
     <name>Apache Felix Deployment Admin Subproject</name>