Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 15A9D17B57 for ; Tue, 5 May 2015 12:16:57 +0000 (UTC) Received: (qmail 20051 invoked by uid 500); 5 May 2015 12:16:57 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 20019 invoked by uid 500); 5 May 2015 12:16:57 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 19969 invoked by uid 99); 5 May 2015 12:16:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 12:16:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 12:16:52 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 8139D4547E for ; Tue, 5 May 2015 12:16:31 +0000 (UTC) Received: (qmail 19413 invoked by uid 99); 5 May 2015 12:16: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, 05 May 2015 12:16:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 127F4DFF6F; Tue, 5 May 2015 12:16:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Tue, 05 May 2015 12:16:54 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [25/50] incubator-ignite git commit: Apache release fix X-Virus-Checked: Checked by ClamAV on apache.org Apache release fix Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/53996a12 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/53996a12 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/53996a12 Branch: refs/heads/ignite-630 Commit: 53996a12effd51bfb5049f8dd42f391d0f2d9d19 Parents: 2a176e4 Author: avinogradov Authored: Thu Apr 30 15:54:50 2015 +0300 Committer: avinogradov Committed: Thu Apr 30 15:54:50 2015 +0300 ---------------------------------------------------------------------- pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/53996a12/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 03600e6..98541ef 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ scp://localhost:/home + ignite-${ignite.edition}-${project.version}-incubating @@ -462,6 +463,55 @@ + apache-release + + + + org.apache.maven.plugins + maven-antrun-plugin + + + attach-artifact + package + + run + + + false + + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + + sign + + + ${basedir} + + + + + + + + + deploy-ignite-site @@ -484,6 +534,7 @@ ${basedir}/target ${project.artifactId}-${project.version}-source-release.zip + bin/*.zip