From ace-commits-return-725-apmail-incubator-ace-commits-archive=incubator.apache.org@incubator.apache.org Tue May 17 15:04:29 2011 Return-Path: X-Original-To: apmail-incubator-ace-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ace-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AED94BE7 for ; Tue, 17 May 2011 15:04:29 +0000 (UTC) Received: (qmail 59363 invoked by uid 500); 17 May 2011 15:04:29 -0000 Delivered-To: apmail-incubator-ace-commits-archive@incubator.apache.org Received: (qmail 59341 invoked by uid 500); 17 May 2011 15:04:29 -0000 Mailing-List: contact ace-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ace-dev@incubator.apache.org Delivered-To: mailing list ace-commits@incubator.apache.org Received: (qmail 59333 invoked by uid 99); 17 May 2011 15:04:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 15:04:29 +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; Tue, 17 May 2011 15:04:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BB41F23888FD; Tue, 17 May 2011 15:04:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1104312 - /incubator/ace/trunk/pom/pom.xml Date: Tue, 17 May 2011 15:04:05 -0000 To: ace-commits@incubator.apache.org From: jbonofre@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110517150405.BB41F23888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbonofre Date: Tue May 17 15:04:05 2011 New Revision: 1104312 URL: http://svn.apache.org/viewvc?rev=1104312&view=rev Log: Upgrade the maven release configuration and profiles. Modified: incubator/ace/trunk/pom/pom.xml Modified: incubator/ace/trunk/pom/pom.xml URL: http://svn.apache.org/viewvc/incubator/ace/trunk/pom/pom.xml?rev=1104312&r1=1104311&r2=1104312&view=diff ============================================================================== --- incubator/ace/trunk/pom/pom.xml (original) +++ incubator/ace/trunk/pom/pom.xml Tue May 17 15:04:05 2011 @@ -30,7 +30,7 @@ org.apache.ace ace-pom Apache ACE :: POM - 0.8.0-incubator + 0.8.0-incubator-SNAPSHOT pom 2009 @@ -277,6 +277,17 @@ maven-paxexam-plugin ${pax.exam.version} + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + clean install + deploy + -Prelease,deploy + false + + @@ -846,4 +857,74 @@ + + + + release + + + + + org.apache.maven.plugins + maven-deploy-plugin + true + 2.5 + + true + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.2 + + + + sign + + + + + + + + + + deploy + + deploy + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.mavven.plugins + maven-javadoc-plugin + 2.8 + + + attach-javadocs + + jar + + + + + + + + + +