From commits-return-27381-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Thu Sep 09 17:52:40 2010 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 5992 invoked from network); 9 Sep 2010 17:52:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Sep 2010 17:52:40 -0000 Received: (qmail 90560 invoked by uid 500); 9 Sep 2010 17:52:40 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 90524 invoked by uid 500); 9 Sep 2010 17:52:40 -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 90517 invoked by uid 99); 9 Sep 2010 17:52:40 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 17:52:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 09 Sep 2010 17:52:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA59023889E9; Thu, 9 Sep 2010 17:52:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r995517 - /directory/apacheds/trunk/syncrepl/pom.xml Date: Thu, 09 Sep 2010 17:52:01 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100909175201.DA59023889E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Thu Sep 9 17:52:01 2010 New Revision: 995517 URL: http://svn.apache.org/viewvc?rev=995517&view=rev Log: fixed the reference to client-api Modified: directory/apacheds/trunk/syncrepl/pom.xml Modified: directory/apacheds/trunk/syncrepl/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/syncrepl/pom.xml?rev=995517&r1=995516&r2=995517&view=diff ============================================================================== --- directory/apacheds/trunk/syncrepl/pom.xml (original) +++ directory/apacheds/trunk/syncrepl/pom.xml Thu Sep 9 17:52:01 2010 @@ -38,7 +38,7 @@ - org.apache.directory.client.ldap + org.apache.directory.shared ldap-client-api ${org.apache.directory.ldap.client.api.version}