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/pom.xml b/ipojo/pom.xml
index 3ad0354..962a68a 100644
--- a/ipojo/pom.xml
+++ b/ipojo/pom.xml
@@ -39,7 +39,6 @@
 		<module>composite</module>
 		<module>arch</module>
 		<module>ant</module>
-		<!--<module>white.board.pattern.handler</module>-->
 		<module>handler/extender</module>
 		<module>handler/temporal</module>
 		<module>handler/eventadmin</module>
@@ -55,6 +54,7 @@
 		</activation>
 		<modules>
 			<module>annotations</module>
+			<module>handler/jmx</module>
 		</modules>
 	</profile>
 	<profile>
@@ -64,6 +64,7 @@
 		</activation>
 		<modules>
 			<module>annotations</module>
+			<module>handler/jmx</module>
 		</modules>
 	</profile>
 	<profile>