You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2011/05/15 20:07:43 UTC

svn commit: r1103491 - /cxf/trunk/tools/wadlto/jaxrs/pom.xml

Author: sergeyb
Date: Sun May 15 18:07:43 2011
New Revision: 1103491

URL: http://svn.apache.org/viewvc?rev=1103491&view=rev
Log:
Fixing reference to parent pom

Modified:
    cxf/trunk/tools/wadlto/jaxrs/pom.xml

Modified: cxf/trunk/tools/wadlto/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wadlto/jaxrs/pom.xml?rev=1103491&r1=1103490&r2=1103491&view=diff
==============================================================================
--- cxf/trunk/tools/wadlto/jaxrs/pom.xml (original)
+++ cxf/trunk/tools/wadlto/jaxrs/pom.xml Sun May 15 18:07:43 2011
@@ -29,7 +29,7 @@
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
         <version>2.4.1-SNAPSHOT</version>
-        <relativePath>../../../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <dependencies>