Change the maven-bundle-plugin version to use the 1.4.2.
Add the <parent> element to the JMX handler and to the event admin handler pom files.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@684696 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/arch/obr.xml b/ipojo/arch/obr.xml
index b944a58..8832ddf 100644
--- a/ipojo/arch/obr.xml
+++ b/ipojo/arch/obr.xml
@@ -20,5 +20,5 @@
 	<require extend="false" filter="(service=org.apache.felix.ipojo.architecture.Architecture)" multiple="true" name="service" optional="true">Import Service org.apache.felix.ipojo.architecture.Architecture</require>

 	<require extend="false" filter="(service=org.apache.felix.ipojo.Factory)" multiple="false" name="service" optional="true">Import Service org.apache.felix.ipojo.Factory</require>

 	<require extend="false" filter="(service=org.apache.felix.ipojo.HandlerFactory)" multiple="false" name="service" optional="true">Import Service org.apache.felix.ipojo.HandlerFactory</require>

-	<require extend="false" filter="(&amp;(name=requires)(namespace=org.apache.felix.ipojo))" multiple="false" optional="false" name="ipojo.handler">Require Handler</require>

+	<require extend="false" filter="(&amp;(name=requires)(namespace=org.apache.felix.ipojo))" multiple="false" optional="false" name="ipojo.handler">Requires Handler</require>

 </obr>
\ No newline at end of file
diff --git a/ipojo/arch/pom.xml b/ipojo/arch/pom.xml
index 1c7713f..196b684 100644
--- a/ipojo/arch/pom.xml
+++ b/ipojo/arch/pom.xml
@@ -51,7 +51,7 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.0</version>
+				<version>1.4.2</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>