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/01/27 16:20:20 UTC

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

Author: elecharny
Date: Wed Jan 27 15:20:18 2010
New Revision: 903671

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

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

Modified: directory/apacheds/trunk/server-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-jndi/pom.xml?rev=903671&r1=903670&r2=903671&view=diff
==============================================================================
--- directory/apacheds/trunk/server-jndi/pom.xml (original)
+++ directory/apacheds/trunk/server-jndi/pom.xml Wed Jan 27 15:20:18 2010
@@ -50,15 +50,17 @@
       <groupId>${groupId}</groupId>
       <version>${version}</version>
     </dependency>  
+
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-ldif-partition</artifactId>
-      <version>${pom.version}</version>
+      <groupId>${groupId}</groupId>
+      <version>${version}</version>
     </dependency> 
+
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-jdbm-partition</artifactId>
-      <version>${pom.version}</version>
+      <groupId>${groupId}</groupId>
+      <version>${version}</version>
     </dependency>      
   </dependencies>