Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 666 invoked from network); 22 Feb 2008 23:02:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2008 23:02:29 -0000 Received: (qmail 51954 invoked by uid 500); 22 Feb 2008 23:02:25 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 51728 invoked by uid 500); 22 Feb 2008 23:02:24 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 51715 invoked by uid 99); 22 Feb 2008 23:02:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 15:02:24 -0800 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 23:01:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 93AB71A9832; Fri, 22 Feb 2008 15:02:08 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r630349 - /maven/plugins/trunk/maven-deploy-plugin/pom.xml Date: Fri, 22 Feb 2008 23:02:08 -0000 To: commits@maven.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080222230208.93AB71A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Fri Feb 22 15:02:06 2008 New Revision: 630349 URL: http://svn.apache.org/viewvc?rev=630349&view=rev Log: lock the plugin version (fix potential issue when using a fresh install due to the current build) Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=630349&r1=630348&r2=630349&view=diff ============================================================================== --- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Fri Feb 22 15:02:06 2008 @@ -81,4 +81,12 @@ test + + + + maven-deploy-plugin + 2.3 + + +