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 2008/08/19 21:06:48 UTC

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

Author: akarasulu
Date: Tue Aug 19 12:06:48 2008
New Revision: 687132

URL: http://svn.apache.org/viewvc?rev=687132&view=rev
Log:
fixing breakage with rename of new ldap to ldap protocol module

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=687132&r1=687131&r2=687132&view=diff
==============================================================================
--- directory/apacheds/trunk/server-jndi/pom.xml (original)
+++ directory/apacheds/trunk/server-jndi/pom.xml Tue Aug 19 12:06:48 2008
@@ -64,7 +64,7 @@
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-protocol-newldap</artifactId>
+      <artifactId>apacheds-protocol-ldap</artifactId>
       <version>${pom.version}</version>
     </dependency>