You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/12/05 22:06:14 UTC

svn commit: r1210633 - /karaf/cellar/branches/cellar-2.2.x/itests/pom.xml

Author: jbonofre
Date: Mon Dec  5 21:06:13 2011
New Revision: 1210633

URL: http://svn.apache.org/viewvc?rev=1210633&view=rev
Log:
Fix the relativePath on the Cellar itests POM

Modified:
    karaf/cellar/branches/cellar-2.2.x/itests/pom.xml

Modified: karaf/cellar/branches/cellar-2.2.x/itests/pom.xml
URL: http://svn.apache.org/viewvc/karaf/cellar/branches/cellar-2.2.x/itests/pom.xml?rev=1210633&r1=1210632&r2=1210633&view=diff
==============================================================================
--- karaf/cellar/branches/cellar-2.2.x/itests/pom.xml (original)
+++ karaf/cellar/branches/cellar-2.2.x/itests/pom.xml Mon Dec  5 21:06:13 2011
@@ -25,6 +25,7 @@
         <groupId>org.apache.karaf</groupId>
         <artifactId>cellar</artifactId>
         <version>2.2.3-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.cellar</groupId>