Add the parent tag in the pom
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@657705 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/temporal.dependency.handler/pom.xml b/ipojo/temporal.dependency.handler/pom.xml
index 87d5d2d..f110f09 100644
--- a/ipojo/temporal.dependency.handler/pom.xml
+++ b/ipojo/temporal.dependency.handler/pom.xml
@@ -17,6 +17,12 @@
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>
<artifactId>org.apache.felix.ipojo.handler.temporal</artifactId>