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 17B6B17EBC for ; Sat, 2 May 2015 20:26:14 +0000 (UTC) Received: (qmail 40221 invoked by uid 500); 2 May 2015 20:26:14 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 40194 invoked by uid 500); 2 May 2015 20:26:14 -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 40185 invoked by uid 99); 2 May 2015 20:26:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 May 2015 20:26:13 +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.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 May 2015 20:26:09 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 7177D273BF for ; Sat, 2 May 2015 19:48:26 +0000 (UTC) Received: (qmail 13302 invoked by uid 99); 2 May 2015 15:48:26 -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; Sat, 02 May 2015 15:48:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 37102E05E1; Sat, 2 May 2015 15:48:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sevdokimov@apache.org To: commits@ignite.incubator.apache.org Date: Sat, 02 May 2015 15:48:58 -0000 Message-Id: In-Reply-To: <766ae88b48f6458c9e484783c5a7a015@git.apache.org> References: <766ae88b48f6458c9e484783c5a7a015@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/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-709_2 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