tagging for release

git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/tags/1.5.4@694531 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index 6d3a6cf..95ba867 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -99,7 +99,7 @@
 
     <dependency>
       <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
       <version>${pom.version}</version>
     </dependency>
 
diff --git a/jdbm-store/pom.xml b/jdbm-store/pom.xml
index 64cc05d..5b22cbc 100644
--- a/jdbm-store/pom.xml
+++ b/jdbm-store/pom.xml
@@ -73,7 +73,7 @@
 
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
       <version>${pom.version}</version>
     </dependency>
 
diff --git a/xdbm-base/pom.xml b/xdbm-base/pom.xml
index 0a89be1..03525a0 100644
--- a/xdbm-base/pom.xml
+++ b/xdbm-base/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>apacheds-parent</artifactId>
     <version>1.5.4</version>
   </parent>
-  <artifactId>apacheds-btree-base</artifactId>
+  <artifactId>apacheds-xdbm-base</artifactId>
   <name>ApacheDS XDBM Base</name>
   <packaging>jar</packaging>
 
diff --git a/xdbm-search/pom.xml b/xdbm-search/pom.xml
index 29b30ae..0f89cb8 100644
--- a/xdbm-search/pom.xml
+++ b/xdbm-search/pom.xml
@@ -33,7 +33,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
       <version>${pom.version}</version>
     </dependency>
 
diff --git a/xdbm-tools/pom.xml b/xdbm-tools/pom.xml
index 709509c..1245d15 100644
--- a/xdbm-tools/pom.xml
+++ b/xdbm-tools/pom.xml
@@ -38,7 +38,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.directory.server</groupId>
-      <artifactId>apacheds-btree-base</artifactId>
+      <artifactId>apacheds-xdbm-base</artifactId>
       <version>${pom.version}</version>
     </dependency>
   </dependencies>