Add a parent in the API pom

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@759716 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/api/pom.xml b/ipojo/api/pom.xml
index 3c93ed8..a4ac840 100644
--- a/ipojo/api/pom.xml
+++ b/ipojo/api/pom.xml
@@ -17,9 +17,14 @@
 	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>

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

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

 	<version>1.3.0-SNAPSHOT</version>

 	<name>Apache Felix iPOJO API</name>