Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52061C192 for ; Tue, 12 Jun 2012 08:52:46 +0000 (UTC) Received: (qmail 23748 invoked by uid 500); 12 Jun 2012 08:52:46 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 23695 invoked by uid 500); 12 Jun 2012 08:52:45 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 23662 invoked by uid 99); 12 Jun 2012 08:52:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 08:52:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 08:52:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 697C02388860 for ; Tue, 12 Jun 2012 08:52:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1349196 - in /directory/apacheds/branches/apacheds-txns: all/pom.xml jdbm-partition/pom.xml protocol-ldap/pom.xml Date: Tue, 12 Jun 2012 08:52:22 -0000 To: commits@directory.apache.org From: saya@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120612085222.697C02388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ - ${project.groupId} - apacheds-jdbm + org.apache.directory.jdbm + apacheds-jdbm2 + bundle + ${project.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 @@ - ${project.groupId} - apacheds-jdbm + org.apache.directory.jdbm + apacheds-jdbm2 + bundle 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 @@ - ${project.groupId} - apacheds-jdbm + org.apache.directory.jdbm + apacheds-jdbm2 + bundle + ${project.groupId} apacheds-jdbm-partition