You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sa...@apache.org on 2012/06/12 10:52:22 UTC

svn commit: r1349196 - in /directory/apacheds/branches/apacheds-txns: all/pom.xml jdbm-partition/pom.xml protocol-ldap/pom.xml

Author: saya
Date: Tue Jun 12 08:52:21 2012
New Revision: 1349196

URL: http://svn.apache.org/viewvc?rev=1349196&view=rev
Log:
pom updates for jdbm

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

Modified: directory/apacheds/branches/apacheds-txns/all/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/all/pom.xml?rev=1349196&r1=1349195&r2=1349196&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-txns/all/pom.xml (original)
+++ directory/apacheds/branches/apacheds-txns/all/pom.xml Tue Jun 12 08:52:21 2012
@@ -72,9 +72,11 @@
     </dependency>
     
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>apacheds-jdbm</artifactId>
+      <groupId>org.apache.directory.jdbm</groupId>
+      <artifactId>apacheds-jdbm2</artifactId>
+      <type>bundle</type>
     </dependency>
+
     
     <dependency>
       <groupId>${project.groupId}</groupId>

Modified: directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml?rev=1349196&r1=1349195&r2=1349196&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml (original)
+++ directory/apacheds/branches/apacheds-txns/jdbm-partition/pom.xml Tue Jun 12 08:52:21 2012
@@ -56,8 +56,9 @@
     </dependency>
     
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>apacheds-jdbm</artifactId>
+      <groupId>org.apache.directory.jdbm</groupId>
+      <artifactId>apacheds-jdbm2</artifactId>
+      <type>bundle</type>
     </dependency>
     
     <dependency>

Modified: directory/apacheds/branches/apacheds-txns/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/protocol-ldap/pom.xml?rev=1349196&r1=1349195&r2=1349196&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-txns/protocol-ldap/pom.xml (original)
+++ directory/apacheds/branches/apacheds-txns/protocol-ldap/pom.xml Tue Jun 12 08:52:21 2012
@@ -59,10 +59,12 @@
     </dependency>
 
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>apacheds-jdbm</artifactId>
+      <groupId>org.apache.directory.jdbm</groupId>
+      <artifactId>apacheds-jdbm2</artifactId>
+      <type>bundle</type>
     </dependency>
 
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>apacheds-jdbm-partition</artifactId>