You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2007/08/21 15:35:12 UTC

svn commit: r568122 - /maven/doxia/doxia/trunk/pom.xml

Author: ltheussl
Date: Tue Aug 21 06:35:12 2007
New Revision: 568122

URL: http://svn.apache.org/viewvc?rev=568122&view=rev
Log:
Fix parent relative path

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=568122&r1=568121&r2=568122&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Aug 21 06:35:12 2007
@@ -26,7 +26,7 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>4</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
+    <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia</artifactId>