You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/07/15 23:24:48 UTC

svn commit: r1503481 - /cxf/trunk/rt/rs/description/pom.xml

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>