You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/09/09 22:21:33 UTC

svn commit: r995562 - /directory/apacheds/trunk/pom.xml

Author: seelmann
Date: Thu Sep  9 20:21:33 2010
New Revision: 995562

URL: http://svn.apache.org/viewvc?rev=995562&view=rev
Log:
Use new groupId for client-api after move to shared

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=995562&r1=995561&r2=995562&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Thu Sep  9 20:21:33 2010
@@ -483,7 +483,7 @@
       </dependency>
       
       <dependency>
-        <groupId>org.apache.directory.client.ldap</groupId>
+        <groupId>org.apache.directory.shared</groupId>
         <artifactId>ldap-client-api</artifactId>
         <version>${org.apache.directory.shared.version}</version>
       </dependency>