Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 57828 invoked from network); 5 Oct 2010 13:48:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 13:48:52 -0000 Received: (qmail 61169 invoked by uid 500); 5 Oct 2010 13:48:52 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 61107 invoked by uid 500); 5 Oct 2010 13:48:51 -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 61100 invoked by uid 99); 5 Oct 2010 13:48:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 13:48:50 +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; Tue, 05 Oct 2010 13:48:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 14980238890D; Tue, 5 Oct 2010 13:48:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004639 - /directory/apacheds/trunk/installers/pom.xml Date: Tue, 05 Oct 2010 13:48:30 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101005134830.14980238890D@eris.apache.org> Author: pamarcelot Date: Tue Oct 5 13:48:29 2010 New Revision: 1004639 URL: http://svn.apache.org/viewvc?rev=1004639&view=rev Log: Replaced ${version} by ${project.version} as requested by Maven 3. Modified: directory/apacheds/trunk/installers/pom.xml Modified: directory/apacheds/trunk/installers/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers/pom.xml?rev=1004639&r1=1004638&r2=1004639&view=diff ============================================================================== --- directory/apacheds/trunk/installers/pom.xml (original) +++ directory/apacheds/trunk/installers/pom.xml Tue Oct 5 13:48:29 2010 @@ -66,12 +66,12 @@ apacheds-macosx-32bit - apacheds-${version}-32bit.dmg + apacheds-${project.version}-32bit.dmg x86 apacheds-macosx-64bit - apacheds-${version}-64bit.dmg + apacheds-${project.version}-64bit.dmg x86_64 @@ -80,7 +80,7 @@ apacheds-win32 - apacheds-${version}.exe + apacheds-${project.version}.exe @@ -88,12 +88,12 @@ apacheds-archive-zip - apacheds-${version}.zip + apacheds-${project.version}.zip zip apacheds-archive-tar.gz - apacheds-${version}.tar.gz + apacheds-${project.version}.tar.gz tar.gz @@ -102,13 +102,13 @@ apacheds-bin-installer-32bit - apacheds-${version}-32bit.bin + apacheds-${project.version}-32bit.bin Linux x86 apacheds-bin-installer-64bit - apacheds-${version}-64bit.bin + apacheds-${project.version}-64bit.bin Linux x86_64 @@ -118,13 +118,13 @@ apacheds-debian-i386 - apacheds-${version}-i386.deb + apacheds-${project.version}-i386.deb Linux i386 apacheds-debian-amd64 - apacheds-${version}-amd64.deb + apacheds-${project.version}-amd64.deb Linux amd64 @@ -134,13 +134,13 @@ apacheds-rpm-i386 - apacheds-${version}-i386.rpm + apacheds-${project.version}-i386.rpm Linux i386 apacheds-rpm-x86_64 - apacheds-${version}-x86_64.rpm + apacheds-${project.version}-x86_64.rpm Linux x86_64 @@ -150,13 +150,13 @@