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/itest/pom.xml b/deploymentadmin/itest/pom.xml
index a24b1b1..f1421ac 100644
--- a/deploymentadmin/itest/pom.xml
+++ b/deploymentadmin/itest/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
- <version>1.2.0</version>
+ <version>3</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
<properties>