Return-Path: X-Original-To: apmail-tamaya-commits-archive@minotaur.apache.org Delivered-To: apmail-tamaya-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 12B4F18035 for ; Tue, 8 Mar 2016 16:21:34 +0000 (UTC) Received: (qmail 96312 invoked by uid 500); 8 Mar 2016 16:21:34 -0000 Delivered-To: apmail-tamaya-commits-archive@tamaya.apache.org Received: (qmail 96281 invoked by uid 500); 8 Mar 2016 16:21:33 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 96271 invoked by uid 99); 8 Mar 2016 16:21:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2016 16:21:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9044418060A for ; Tue, 8 Mar 2016 16:21:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.549 X-Spam-Level: X-Spam-Status: No, score=-3.549 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 6exLjT12io5N for ; Tue, 8 Mar 2016 16:21:32 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id F3EB460D15 for ; Tue, 8 Mar 2016 16:21:31 +0000 (UTC) Received: (qmail 96255 invoked by uid 99); 8 Mar 2016 16:21:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2016 16:21:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E10F5DFF12; Tue, 8 Mar 2016 16:21:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anatole@apache.org To: commits@tamaya.incubator.apache.org Date: Tue, 08 Mar 2016 16:21:33 -0000 Message-Id: In-Reply-To: <036f5d73806f40eea44d300d93bff0f2@git.apache.org> References: <036f5d73806f40eea44d300d93bff0f2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] incubator-tamaya git commit: Added release-plugin param. Added release-plugin param. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/2fa8b7d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/2fa8b7d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/2fa8b7d5 Branch: refs/heads/master Commit: 2fa8b7d5dbaa7cb2460e0d2ff09cf63b6c09e30b Parents: 2c72a22 Author: anatole Authored: Tue Mar 8 16:09:44 2016 +0100 Committer: anatole Committed: Tue Mar 8 16:09:44 2016 +0100 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/2fa8b7d5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ae056e8..0f0d724 100644 --- a/pom.xml +++ b/pom.xml @@ -560,6 +560,13 @@ under the License. org.apache.maven.plugins + maven-release-plugin + + true + + + + org.apache.maven.plugins maven-clean-plugin