Return-Path: X-Original-To: apmail-tuscany-commits-archive@www.apache.org Delivered-To: apmail-tuscany-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A11214782 for ; Thu, 2 Jun 2011 09:32:33 +0000 (UTC) Received: (qmail 47360 invoked by uid 500); 2 Jun 2011 09:32:33 -0000 Delivered-To: apmail-tuscany-commits-archive@tuscany.apache.org Received: (qmail 47338 invoked by uid 500); 2 Jun 2011 09:32:33 -0000 Mailing-List: contact commits-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tuscany.apache.org Delivered-To: mailing list commits@tuscany.apache.org Received: (qmail 47331 invoked by uid 99); 2 Jun 2011 09:32:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 09:32:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 02 Jun 2011 09:32:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8E813238890D; Thu, 2 Jun 2011 09:32:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1130450 - /tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml Date: Thu, 02 Jun 2011 09:32:11 -0000 To: commits@tuscany.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110602093211.8E813238890D@eris.apache.org> Author: antelder Date: Thu Jun 2 09:32:11 2011 New Revision: 1130450 URL: http://svn.apache.org/viewvc?rev=1130450&view=rev Log: Fix warnings when building with maven3 Modified: tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml Modified: tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml URL: http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml?rev=1130450&r1=1130449&r2=1130450&view=diff ============================================================================== --- tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml (original) +++ tuscany/maven-plugins/trunk/tuscany-zip-plugin/pom.xml Thu Jun 2 09:32:11 2011 @@ -23,12 +23,13 @@ org.apache apache 4 + org.apache.tuscany.sca tuscany-zip-plugin maven-plugin - Apache Tuscany Maven SCA ZIP Plugin + Apache Tuscany SCA ZIP Maven Plugin 1.0-SNAPSHOT @@ -227,13 +228,13 @@ ${project.artifactId} - ${name} + ${project.name} The Apache Software Foundation - ${version} - ${name} + ${project.version} + ${project.name} org.apache The Apache Software Foundation - ${version} + ${project.version}