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 14D20171B6 for ; Wed, 15 Apr 2015 18:11:41 +0000 (UTC) Received: (qmail 96020 invoked by uid 500); 15 Apr 2015 18:11:41 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 95990 invoked by uid 500); 15 Apr 2015 18:11:41 -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 95936 invoked by uid 99); 15 Apr 2015 18:11:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 18:11:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Apr 2015 18:11:37 +0000 Received: (qmail 94131 invoked by uid 99); 15 Apr 2015 18:11:17 -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; Wed, 15 Apr 2015 18:11:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0EA79E0911; Wed, 15 Apr 2015 18:11:17 +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: Wed, 15 Apr 2015 18:11:30 -0000 Message-Id: <03b15e133ea948d4ad9c12392e93c3cd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/47] incubator-ignite git commit: GG-10082 X-Virus-Checked: Checked by ClamAV on apache.org GG-10082 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/60a02491 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/60a02491 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/60a02491 Branch: refs/heads/ignite-218 Commit: 60a0249142460b0083af06ca83fad6da62ecf39c Parents: 4964c05 Author: avinogradov Authored: Tue Apr 14 12:13:36 2015 +0300 Committer: avinogradov Committed: Tue Apr 14 12:13:36 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 2 +- modules/aop/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/clients/pom.xml | 2 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/extdata/p2p/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/geospatial/pom.xml | 2 +- modules/hadoop/pom.xml | 2 +- modules/hibernate/pom.xml | 2 +- modules/indexing/pom.xml | 2 +- modules/jcl/pom.xml | 2 +- modules/jta/pom.xml | 2 +- modules/log4j/pom.xml | 2 +- modules/rest-http/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- modules/schedule/pom.xml | 2 +- modules/schema-import/pom.xml | 2 +- modules/slf4j/pom.xml | 2 +- modules/spring/pom.xml | 2 +- modules/ssh/pom.xml | 2 +- modules/tools/pom.xml | 2 +- modules/urideploy/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 2 +- modules/yardstick/pom.xml | 2 +- pom.xml | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index a7d98e3..9dda753 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -28,7 +28,7 @@ ignite-examples - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/aop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml index b058d6c..ef44603 100644 --- a/modules/aop/pom.xml +++ b/modules/aop/pom.xml @@ -31,7 +31,7 @@ ignite-aop - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index be9eb49..43f24bc 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -31,7 +31,7 @@ ignite-aws - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index 3e7893d..ca93673 100644 --- a/modules/clients/pom.xml +++ b/modules/clients/pom.xml @@ -31,7 +31,7 @@ ignite-clients - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/codegen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index 4853a4c..9e03dab 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -31,7 +31,7 @@ ignite-codegen - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT UTF-8 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 96fdbcd..62612f8 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -31,7 +31,7 @@ ignite-core - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index e0e9aa1..0f8fdc0 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/pom.xml @@ -31,7 +31,7 @@ ignite-extdata-p2p - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index ed7b197..df69c93 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -31,7 +31,7 @@ ignite-extdata-uri - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index 6f4fcf4..1ce3370 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -31,7 +31,7 @@ ignite-geospatial - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index 1517e7f..231808f 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -31,7 +31,7 @@ ignite-hadoop - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml index 38597ff..ed4dc07 100644 --- a/modules/hibernate/pom.xml +++ b/modules/hibernate/pom.xml @@ -31,7 +31,7 @@ ignite-hibernate - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index 5491d51..6ff6039 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -31,7 +31,7 @@ ignite-indexing - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/jcl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml index 6e8b245..8a3cec3 100644 --- a/modules/jcl/pom.xml +++ b/modules/jcl/pom.xml @@ -31,7 +31,7 @@ ignite-jcl - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/jta/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index 94648b3..9287f12 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -31,7 +31,7 @@ ignite-jta - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml index fc3d54c..dff0a7e 100644 --- a/modules/log4j/pom.xml +++ b/modules/log4j/pom.xml @@ -31,7 +31,7 @@ ignite-log4j - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index a6a2674..9097614 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -31,7 +31,7 @@ ignite-rest-http - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 21aad83..590d3f7 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -31,7 +31,7 @@ ignite-scalar - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/schedule/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml index 2749351..2c09ed9 100644 --- a/modules/schedule/pom.xml +++ b/modules/schedule/pom.xml @@ -31,7 +31,7 @@ ignite-schedule - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-import/pom.xml b/modules/schema-import/pom.xml index 9181d82..7c49cab 100644 --- a/modules/schema-import/pom.xml +++ b/modules/schema-import/pom.xml @@ -31,7 +31,7 @@ ignite-schema-import - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml index 6989f57..1f78f42 100644 --- a/modules/slf4j/pom.xml +++ b/modules/slf4j/pom.xml @@ -31,7 +31,7 @@ ignite-slf4j - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index 3a1fc65..1390a39 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -31,7 +31,7 @@ ignite-spring - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml index d7ebcba..867e9be 100644 --- a/modules/ssh/pom.xml +++ b/modules/ssh/pom.xml @@ -31,7 +31,7 @@ ignite-ssh - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/tools/pom.xml ---------------------------------------------------------------------- diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index 18663db..625eeaa 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -31,7 +31,7 @@ ignite-tools - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT UTF-8 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index bc6fa5a..231a576 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -31,7 +31,7 @@ ignite-urideploy - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index 007a483..44b4584 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -31,7 +31,7 @@ ignite-visor-console - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/visor-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml index ffc8471..4e58ab8 100644 --- a/modules/visor-plugins/pom.xml +++ b/modules/visor-plugins/pom.xml @@ -31,7 +31,7 @@ ignite-visor-plugins - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index 6b83073..de50712 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -31,7 +31,7 @@ ignite-web - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/modules/yardstick/pom.xml ---------------------------------------------------------------------- diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml index 4d51be6..6bd65cc 100644 --- a/modules/yardstick/pom.xml +++ b/modules/yardstick/pom.xml @@ -31,7 +31,7 @@ ignite-yardstick - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT 0.7.0 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/60a02491/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4fd95b..c6394fd 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.apache.ignite ignite - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT pom