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/handler/jmx/pom.xml b/ipojo/handler/jmx/pom.xml
index 1889dfb..f66fd3a 100644
--- a/ipojo/handler/jmx/pom.xml
+++ b/ipojo/handler/jmx/pom.xml
@@ -17,11 +17,16 @@
under the License.
-->
<project>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix</artifactId>
+ <version>1.0.2</version>
+ <relativePath>../../pom/pom.xml</relativePath>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix iPOJO JMX Handler</name>
<artifactId>org.apache.felix.ipojo.handler.jmx</artifactId>
- <groupId>org.apache.felix</groupId>
<version>0.9.0-SNAPSHOT</version>
<dependencies>
@@ -52,8 +57,8 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.0</version>
<extensions>true</extensions>
+ <version>1.4.2</version>
<configuration>
<instructions>
<Private-Package>