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 2013/10/04 15:04:38 UTC

svn commit: r1529153 - /felix/trunk/ipojo/runtime/karaf-feature/pom.xml

Author: clement
Date: Fri Oct  4 13:04:38 2013
New Revision: 1529153

URL: http://svn.apache.org/r1529153
Log:
pom parent missing in the karat-feature pom, breaking the deployment

Modified:
    felix/trunk/ipojo/runtime/karaf-feature/pom.xml

Modified: felix/trunk/ipojo/runtime/karaf-feature/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/karaf-feature/pom.xml?rev=1529153&r1=1529152&r2=1529153&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/karaf-feature/pom.xml (original)
+++ felix/trunk/ipojo/runtime/karaf-feature/pom.xml Fri Oct  4 13:04:38 2013
@@ -21,9 +21,16 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>2.1</version>
+        <relativePath>../../../pom/pom.xml</relativePath>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.ipojo.features</artifactId>
     <version>1.10.2-SNAPSHOT</version>