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 2012/02/23 11:22:58 UTC

svn commit: r1292734 - in /directory/apacheds/trunk: all/pom.xml jdbm-partition/pom.xml protocol-ldap/pom.xml

Author: elecharny
Date: Thu Feb 23 10:22:57 2012
New Revision: 1292734

URL: http://svn.apache.org/viewvc?rev=1292734&view=rev
Log:
referring to jdbm2 instead of jdbm

Modified:
    directory/apacheds/trunk/all/pom.xml
    directory/apacheds/trunk/jdbm-partition/pom.xml
    directory/apacheds/trunk/protocol-ldap/pom.xml

Modified: directory/apacheds/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/all/pom.xml?rev=1292734&r1=1292733&r2=1292734&view=diff
==============================================================================
--- directory/apacheds/trunk/all/pom.xml (original)
+++ directory/apacheds/trunk/all/pom.xml Thu Feb 23 10:22:57 2012
@@ -73,7 +73,7 @@
     
     <dependency>
       <groupId>org.apache.directory.jdbm</groupId>
-      <artifactId>apacheds-jdbm</artifactId>
+      <artifactId>apacheds-jdbm2</artifactId>
     </dependency>
     
     <dependency>

Modified: directory/apacheds/trunk/jdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-partition/pom.xml?rev=1292734&r1=1292733&r2=1292734&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm-partition/pom.xml (original)
+++ directory/apacheds/trunk/jdbm-partition/pom.xml Thu Feb 23 10:22:57 2012
@@ -57,7 +57,7 @@
     
     <dependency>
       <groupId>org.apache.directory.jdbm</groupId>
-      <artifactId>apacheds-jdbm</artifactId>
+      <artifactId>apacheds-jdbm2</artifactId>
     </dependency>
     
     <dependency>

Modified: directory/apacheds/trunk/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ldap/pom.xml?rev=1292734&r1=1292733&r2=1292734&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ldap/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ldap/pom.xml Thu Feb 23 10:22:57 2012
@@ -60,7 +60,7 @@
 
     <dependency>
       <groupId>org.apache.directory.jdbm</groupId>
-      <artifactId>apacheds-jdbm</artifactId>
+      <artifactId>apacheds-jdbm2</artifactId>
     </dependency>
 
     <dependency>