You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/06/27 07:48:41 UTC

svn commit: r1497213 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Thu Jun 27 05:48:41 2013
New Revision: 1497213

URL: http://svn.apache.org/r1497213
Log:
Replaced teh direct reference to 'project' with a relative reference'

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1497213&r1=1497212&r2=1497213&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Thu Jun 27 05:48:41 2013
@@ -23,7 +23,7 @@
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
     <version>31</version>
-    <relativePath>../project</relativePath>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.directory.api</groupId>