Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 9124 invoked from network); 2 Nov 2010 21:51:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 21:51:41 -0000 Received: (qmail 17542 invoked by uid 500); 2 Nov 2010 21:52:12 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 17454 invoked by uid 500); 2 Nov 2010 21:52:12 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 17447 invoked by uid 99); 2 Nov 2010 21:52:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 21:52:12 +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, 02 Nov 2010 21:52:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C21972388A3D; Tue, 2 Nov 2010 21:50:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1030249 - /commons/proper/vfs/trunk/pom.xml Date: Tue, 02 Nov 2010 21:50:56 -0000 To: commits@commons.apache.org From: henning@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101102215056.C21972388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: henning Date: Tue Nov 2 21:50:56 2010 New Revision: 1030249 URL: http://svn.apache.org/viewvc?rev=1030249&view=rev Log: replace sub project versions with ${project.version} Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1030249&r1=1030248&r2=1030249&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Tue Nov 2 21:50:56 2010 @@ -250,24 +250,24 @@ org.apache.commons commons-vfs - 2.0-SNAPSHOT + ${project.version} org.apache.commons commons-vfs - 2.0-SNAPSHOT + ${project.version} test-jar test org.apache.commons commons-vfs-sandbox - 2.0-SNAPSHOT + ${project.version} org.apache.commons commons-vfs-examples - 2.0-SNAPSHOT + ${project.version}