Modify pom files to use correct version.
Add ManagedService management in the Configuration Handler (the PID of the Managed Service can be specified both in the component type or in the component instance configuration).
Add ManagedService tests in the test suite


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@645516 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/ant/pom.xml b/ipojo/ant/pom.xml
index 420ba05..ed2bede 100644
--- a/ipojo/ant/pom.xml
+++ b/ipojo/ant/pom.xml
@@ -33,14 +33,14 @@
 	<name>Apache Felix iPOJO Ant Task</name>

 	<dependencies>

 		<dependency>

-			<groupId>${pom.groupId}</groupId>

+			<groupId>org.apache.felix</groupId>

 			<artifactId>org.apache.felix.ipojo.metadata</artifactId>

-			<version>${pom.version}</version>

+			<version>0.7.6-SNAPSHOT</version>

 		</dependency>

 		<dependency>

-			<groupId>${pom.groupId}</groupId>

+			<groupId>org.apache.felix</groupId>

 			<artifactId>org.apache.felix.ipojo.manipulator</artifactId>

-			<version>${pom.version}</version>

+			<version>0.7.6-SNAPSHOT</version>

 		</dependency>

 		<dependency>

 			<groupId>xerces</groupId>