You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2008/05/19 03:18:49 UTC

svn commit: r657705 - /felix/trunk/ipojo/temporal.dependency.handler/pom.xml

Author: clement
Date: Sun May 18 18:18:49 2008
New Revision: 657705

URL: http://svn.apache.org/viewvc?rev=657705&view=rev
Log:
Add the parent tag in the pom

Modified:
    felix/trunk/ipojo/temporal.dependency.handler/pom.xml

Modified: felix/trunk/ipojo/temporal.dependency.handler/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/temporal.dependency.handler/pom.xml?rev=657705&r1=657704&r2=657705&view=diff
==============================================================================
--- felix/trunk/ipojo/temporal.dependency.handler/pom.xml (original)
+++ felix/trunk/ipojo/temporal.dependency.handler/pom.xml Sun May 18 18:18:49 2008
@@ -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>