Author: dkulp
Date: Mon Jul 15 21:24:47 2013
New Revision: 1503481
URL: http://svn.apache.org/r1503481
Log:
Fix relative path
Modified:
cxf/trunk/rt/rs/description/pom.xml
Modified: cxf/trunk/rt/rs/description/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/rs/description/pom.xml?rev=1503481&r1=1503480&r2=1503481&view=diff
==============================================================================
--- cxf/trunk/rt/rs/description/pom.xml (original)
+++ cxf/trunk/rt/rs/description/pom.xml Mon Jul 15 21:24:47 2013
@@ -30,7 +30,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<properties>