You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/07/13 09:11:27 UTC

svn commit: r555896 - /directory/apacheds/trunk/server-xml/pom.xml

Author: akarasulu
Date: Fri Jul 13 00:11:26 2007
New Revision: 555896

URL: http://svn.apache.org/viewvc?view=rev&rev=555896
Log:
correcting parent pom in server-xml projecccccccccccct

Modified:
    directory/apacheds/trunk/server-xml/pom.xml

Modified: directory/apacheds/trunk/server-xml/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/pom.xml?view=diff&rev=555896&r1=555895&r2=555896
==============================================================================
--- directory/apacheds/trunk/server-xml/pom.xml (original)
+++ directory/apacheds/trunk/server-xml/pom.xml Fri Jul 13 00:11:26 2007
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.server</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>apacheds-parent</artifactId>
     <version>1.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>apacheds-server-xml</artifactId>