You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ja...@apache.org on 2013/09/13 18:02:36 UTC

svn commit: r1522990 - /felix/trunk/http/parent/pom.xml

Author: jawi
Date: Fri Sep 13 16:02:35 2013
New Revision: 1522990

URL: http://svn.apache.org/r1522990
Log:
Fixed incorrect(?) path to felix-parent POM.

Modified:
    felix/trunk/http/parent/pom.xml

Modified: felix/trunk/http/parent/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/parent/pom.xml?rev=1522990&r1=1522989&r2=1522990&view=diff
==============================================================================
--- felix/trunk/http/parent/pom.xml (original)
+++ felix/trunk/http/parent/pom.xml Fri Sep 13 16:02:35 2013
@@ -24,7 +24,7 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
         <version>2.1</version>
-        <relativePath>../pom/pom.xml</relativePath>
+        <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
     <name>Apache Felix Http Parent POM</name>