Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 10079 invoked from network); 10 May 2010 15:47:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 May 2010 15:47:04 -0000 Received: (qmail 31582 invoked by uid 500); 10 May 2010 15:47:04 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 31552 invoked by uid 500); 10 May 2010 15:47:04 -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 31545 invoked by uid 99); 10 May 2010 15:47:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 15:47:04 +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; Mon, 10 May 2010 15:47:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EE9A12388980; Mon, 10 May 2010 15:46:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r942798 - in /directory/apacheds/trunk: interceptor-kerberos/pom.xml jdbm-partition/pom.xml jdbm-store/pom.xml jdbm/pom.xml kerberos-shared/pom.xml kerberos-test/pom.xml Date: Mon, 10 May 2010 15:46:03 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100510154603.EE9A12388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Mon May 10 15:46:03 2010 New Revision: 942798 URL: http://svn.apache.org/viewvc?rev=942798&view=rev Log: Replaced ${groupId} with ${project.groupId} in poms (same for version) Modified: directory/apacheds/trunk/interceptor-kerberos/pom.xml directory/apacheds/trunk/jdbm-partition/pom.xml directory/apacheds/trunk/jdbm-store/pom.xml directory/apacheds/trunk/jdbm/pom.xml directory/apacheds/trunk/kerberos-shared/pom.xml directory/apacheds/trunk/kerberos-test/pom.xml Modified: directory/apacheds/trunk/interceptor-kerberos/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptor-kerberos/pom.xml?rev=942798&r1=942797&r2=942798&view=diff ============================================================================== --- directory/apacheds/trunk/interceptor-kerberos/pom.xml (original) +++ directory/apacheds/trunk/interceptor-kerberos/pom.xml Mon May 10 15:46:03 2010 @@ -38,20 +38,20 @@ apacheds-i18n - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-core - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-kerberos-shared - ${groupId} - ${version} + ${project.groupId} + ${project.version} Modified: directory/apacheds/trunk/jdbm-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-partition/pom.xml?rev=942798&r1=942797&r2=942798&view=diff ============================================================================== --- directory/apacheds/trunk/jdbm-partition/pom.xml (original) +++ directory/apacheds/trunk/jdbm-partition/pom.xml Mon May 10 15:46:03 2010 @@ -38,20 +38,20 @@ apacheds-jdbm-store - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-core - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-xdbm-search - ${groupId} - ${version} + ${project.groupId} + ${project.version} Modified: directory/apacheds/trunk/jdbm-store/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-store/pom.xml?rev=942798&r1=942797&r2=942798&view=diff ============================================================================== --- directory/apacheds/trunk/jdbm-store/pom.xml (original) +++ directory/apacheds/trunk/jdbm-store/pom.xml Mon May 10 15:46:03 2010 @@ -44,32 +44,32 @@ apacheds-i18n - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-jdbm - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-core-entry - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-core-avl - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-xdbm-tools - ${groupId} - ${version} + ${project.groupId} + ${project.version} test Modified: directory/apacheds/trunk/jdbm/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/pom.xml?rev=942798&r1=942797&r2=942798&view=diff ============================================================================== --- directory/apacheds/trunk/jdbm/pom.xml (original) +++ directory/apacheds/trunk/jdbm/pom.xml Mon May 10 15:46:03 2010 @@ -39,8 +39,8 @@ apacheds-i18n - ${groupId} - ${version} + ${project.groupId} + ${project.version} Modified: directory/apacheds/trunk/kerberos-shared/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-shared/pom.xml?rev=942798&r1=942797&r2=942798&view=diff ============================================================================== --- directory/apacheds/trunk/kerberos-shared/pom.xml (original) +++ directory/apacheds/trunk/kerberos-shared/pom.xml Mon May 10 15:46:03 2010 @@ -39,21 +39,21 @@ apacheds-i18n - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-core-jndi - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-protocol-shared - ${groupId} - ${version} + ${project.groupId} + ${project.version} Modified: directory/apacheds/trunk/kerberos-test/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-test/pom.xml?rev=942798&r1=942797&r2=942798&view=diff ============================================================================== --- directory/apacheds/trunk/kerberos-test/pom.xml (original) +++ directory/apacheds/trunk/kerberos-test/pom.xml Mon May 10 15:46:03 2010 @@ -39,33 +39,33 @@ apacheds-kerberos-shared - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-protocol-kerberos - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-test-framework - ${groupId} - ${version} + ${project.groupId} + ${project.version} apacheds-jdbm-partition - ${groupId} - ${version} + ${project.groupId} + ${project.version} test apacheds-interceptor-kerberos - ${groupId} - ${version} + ${project.groupId} + ${project.version}