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 2010/02/09 02:07:30 UTC

svn commit: r907865 - /directory/apacheds/trunk/xdbm-tools/pom.xml

Author: elecharny
Date: Tue Feb  9 01:07:30 2010
New Revision: 907865

URL: http://svn.apache.org/viewvc?rev=907865&view=rev
Log:
Cleaned the pom.xml

Modified:
    directory/apacheds/trunk/xdbm-tools/pom.xml

Modified: directory/apacheds/trunk/xdbm-tools/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-tools/pom.xml?rev=907865&r1=907864&r2=907865&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-tools/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-tools/pom.xml Tue Feb  9 01:07:30 2010
@@ -37,14 +37,15 @@
   
   <dependencies>
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-i18n</artifactId>
-      <version>${pom.version}</version>
+      <groupId>${groupId}</groupId>
+      <version>${version}</version>
     </dependency>
+
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-xdbm-base</artifactId>
-      <version>${pom.version}</version>
+      <groupId>${groupId}</groupId>
+      <version>${version}</version>
     </dependency>
   </dependencies>