Author: dkulp
Date: Wed Aug 17 17:13:54 2011
New Revision: 1158838
URL: http://svn.apache.org/viewvc?rev=1158838&view=rev
Log:
Fix relative path
Modified:
cxf/trunk/rt/rs/security/xml/pom.xml
Modified: cxf/trunk/rt/rs/security/xml/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/rs/security/xml/pom.xml?rev=1158838&r1=1158837&r2=1158838&view=diff
==============================================================================
--- cxf/trunk/rt/rs/security/xml/pom.xml (original)
+++ cxf/trunk/rt/rs/security/xml/pom.xml Wed Aug 17 17:13:54 2011
@@ -29,7 +29,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
- <relativePath>../../../parent/pom.xml</relativePath>
+ <relativePath>../../../../parent/pom.xml</relativePath>
</parent>
<dependencies>