You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2007/11/11 16:32:50 UTC

svn commit: r593911 - in /maven/archiva: site/pom.xml trunk/pom.xml

Author: brett
Date: Sun Nov 11 07:32:50 2007
New Revision: 593911

URL: http://svn.apache.org/viewvc?rev=593911&view=rev
Log:
use externals parent path

Modified:
    maven/archiva/site/pom.xml
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/site/pom.xml?rev=593911&r1=593910&r2=593911&view=diff
==============================================================================
--- maven/archiva/site/pom.xml (original)
+++ maven/archiva/site/pom.xml Sun Nov 11 07:32:50 2007
@@ -25,7 +25,7 @@
     <groupId>org.apache.maven.archiva</groupId>
     <artifactId>archiva-parent</artifactId>
     <version>1-SNAPSHOT</version>
-    <relativePath>../archiva-parent/pom.xml</relativePath>
+    <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <name>Archiva</name>
   <artifactId>archiva-site</artifactId>

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=593911&r1=593910&r2=593911&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Sun Nov 11 07:32:50 2007
@@ -33,7 +33,7 @@
     <groupId>org.apache.maven.archiva</groupId>
     <artifactId>archiva-parent</artifactId>
     <version>1-SNAPSHOT</version>
-    <relativePath>../archiva-parent/pom.xml</relativePath>
+    <relativePath>../parent/pom.xml</relativePath>
   </parent>
 -->
   <name>Archiva</name>