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/09/09 19:38:26 UTC

svn commit: r995512 - in /directory/apacheds/trunk: core-api/pom.xml protocol-ldap/pom.xml server-integ/pom.xml

Author: elecharny
Date: Thu Sep  9 17:38:26 2010
New Revision: 995512

URL: http://svn.apache.org/viewvc?rev=995512&view=rev
Log:
Modified the reference to the ldap-client-api project, as it's a part of shared now.

Modified:
    directory/apacheds/trunk/core-api/pom.xml
    directory/apacheds/trunk/protocol-ldap/pom.xml
    directory/apacheds/trunk/server-integ/pom.xml

Modified: directory/apacheds/trunk/core-api/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/pom.xml?rev=995512&r1=995511&r2=995512&view=diff
==============================================================================
--- directory/apacheds/trunk/core-api/pom.xml (original)
+++ directory/apacheds/trunk/core-api/pom.xml Thu Sep  9 17:38:26 2010
@@ -117,7 +117,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.directory.client.ldap</groupId>
+      <groupId>org.apache.directory.shared</groupId>
       <artifactId>ldap-client-api</artifactId>
     </dependency>
     

Modified: directory/apacheds/trunk/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ldap/pom.xml?rev=995512&r1=995511&r2=995512&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ldap/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ldap/pom.xml Thu Sep  9 17:38:26 2010
@@ -115,7 +115,7 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.directory.client.ldap</groupId>
+      <groupId>org.apache.directory.shared</groupId>
       <artifactId>ldap-client-api</artifactId>
     </dependency>
 

Modified: directory/apacheds/trunk/server-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/pom.xml?rev=995512&r1=995511&r2=995512&view=diff
==============================================================================
--- directory/apacheds/trunk/server-integ/pom.xml (original)
+++ directory/apacheds/trunk/server-integ/pom.xml Thu Sep  9 17:38:26 2010
@@ -139,7 +139,7 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.directory.client.ldap</groupId>
+      <groupId>org.apache.directory.shared</groupId>
       <artifactId>ldap-client-api</artifactId>
     </dependency>  
   </dependencies>