You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/01/22 01:13:15 UTC

svn commit: r371146 - /directory/trunks/apacheds/standalone/simple/pom.xml

Author: ersiner
Date: Sat Jan 21 16:13:11 2006
New Revision: 371146

URL: http://svn.apache.org/viewcvs?rev=371146&view=rev
Log:
Override default parent pom path.

Modified:
    directory/trunks/apacheds/standalone/simple/pom.xml

Modified: directory/trunks/apacheds/standalone/simple/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/standalone/simple/pom.xml?rev=371146&r1=371145&r2=371146&view=diff
==============================================================================
--- directory/trunks/apacheds/standalone/simple/pom.xml (original)
+++ directory/trunks/apacheds/standalone/simple/pom.xml Sat Jan 21 16:13:11 2006
@@ -5,6 +5,7 @@
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
     <version>0.9.4-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>build</artifactId>
   <groupId>org.apache.directory.server.standalone.simple</groupId>