Author: ccustine
Date: Sun May 16 07:42:33 2010
New Revision: 944770
URL: http://svn.apache.org/viewvc?rev=944770&view=rev
Log:
Fix relative path for fileinstall parent pom
Modified:
felix/trunk/fileinstall/pom.xml
Modified: felix/trunk/fileinstall/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=944770&r1=944769&r2=944770&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Sun May 16 07:42:33 2010
@@ -21,7 +21,7 @@
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
<version>1.2.1</version>
- <relativePath>../../pom/pom.xml</relativePath>
+ <relativePath>../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>