Author: ltheussl
Date: Thu Sep 6 06:50:01 2007
New Revision: 573265
URL: http://svn.apache.org/viewvc?rev=573265&view=rev
Log:
Fix relative paths
Modified:
maven/doxia/doxia-sitetools/trunk/pom.xml
maven/doxia/site/pom.xml
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=573265&r1=573264&r2=573265&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Thu Sep 6 06:50:01 2007
@@ -26,7 +26,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>6</version>
- <relativePath>../pom/maven/pom.xml</relativePath>
+ <relativePath>../../pom/maven/pom.xml</relativePath>
</parent>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site</artifactId>
Modified: maven/doxia/site/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=573265&r1=573264&r2=573265&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Thu Sep 6 06:50:01 2007
@@ -29,7 +29,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>6</version>
- <relativePath>../pom/maven/pom.xml</relativePath>
+ <relativePath>../../pom/maven/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>