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 D3669173C6 for ; Wed, 20 May 2015 10:44:47 +0000 (UTC) Received: (qmail 37345 invoked by uid 500); 20 May 2015 10:44:47 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 37314 invoked by uid 500); 20 May 2015 10:44:47 -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 37305 invoked by uid 99); 20 May 2015 10:44:47 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2015 10:44:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 39FEFC11B9 for ; Wed, 20 May 2015 10:44:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id dNM92wvfHoOx for ; Wed, 20 May 2015 10:44:43 +0000 (UTC) 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 5D8EE40E1C for ; Wed, 20 May 2015 10:44:43 +0000 (UTC) Received: (qmail 37219 invoked by uid 99); 20 May 2015 10:44:42 -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, 20 May 2015 10:44:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C3702DFBCA; Wed, 20 May 2015 10:44:42 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: 1.0.7-SNAPSHOT Date: Wed, 20 May 2015 10:44:42 +0000 (UTC) Repository: incubator-ignite Updated Branches: refs/heads/ignite-sprint-5-version-test c4d81fec5 -> 80987a288 1.0.7-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/80987a28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/80987a28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/80987a28 Branch: refs/heads/ignite-sprint-5-version-test Commit: 80987a288cfe47c37674ba2f74a2d909e20d9019 Parents: c4d81fe Author: Ignite Teamcity Authored: Wed May 20 13:48:59 2015 +0300 Committer: Ignite Teamcity Committed: Wed May 20 13:48:59 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 2 +- modules/aop/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/clients/pom.xml | 2 +- modules/cloud/pom.xml | 2 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/core/src/main/resources/ignite.properties | 2 +- modules/extdata/p2p/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/gce/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 +- 32 files changed, 32 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 064b804..0c53874 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -28,7 +28,7 @@ ignite-examples - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/aop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml index a248f85..0f7f3e4 100644 --- a/modules/aop/pom.xml +++ b/modules/aop/pom.xml @@ -31,7 +31,7 @@ ignite-aop - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index a6604f9..abb89a8 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -31,7 +31,7 @@ ignite-aws - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index 96b6542..2efa860 100644 --- a/modules/clients/pom.xml +++ b/modules/clients/pom.xml @@ -31,7 +31,7 @@ ignite-clients - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/cloud/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cloud/pom.xml b/modules/cloud/pom.xml index 25d610e..5c8e07e 100644 --- a/modules/cloud/pom.xml +++ b/modules/cloud/pom.xml @@ -29,7 +29,7 @@ ignite-cloud - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT 1.9.0 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/codegen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index ed4aa8f..617b3f4 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -31,7 +31,7 @@ ignite-codegen - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT UTF-8 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 72d993f..2521bd1 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -31,7 +31,7 @@ ignite-core - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/core/src/main/resources/ignite.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties index 58aed26..61c6583 100644 --- a/modules/core/src/main/resources/ignite.properties +++ b/modules/core/src/main/resources/ignite.properties @@ -15,7 +15,7 @@ # limitations under the License. # -ignite.version=1.0.6 +ignite.version=1.0.7 ignite.build=0 ignite.revision=DEV ignite.rel.date=01011970 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index 2357695..c7c1c00 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/pom.xml @@ -31,7 +31,7 @@ ignite-extdata-p2p - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index bffe625..e7076c8 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -31,7 +31,7 @@ ignite-extdata-uri - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/gce/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gce/pom.xml b/modules/gce/pom.xml index 310ba31..b985167 100644 --- a/modules/gce/pom.xml +++ b/modules/gce/pom.xml @@ -31,7 +31,7 @@ ignite-gce - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index b8111f1..44f6038 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -31,7 +31,7 @@ ignite-geospatial - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index 782f0c9..cc3d6de 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -31,7 +31,7 @@ ignite-hadoop - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml index d9caf79..b196a5e 100644 --- a/modules/hibernate/pom.xml +++ b/modules/hibernate/pom.xml @@ -31,7 +31,7 @@ ignite-hibernate - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index 3ac136c..d892755 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -31,7 +31,7 @@ ignite-indexing - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/jcl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml index d81c7cb..193a881 100644 --- a/modules/jcl/pom.xml +++ b/modules/jcl/pom.xml @@ -31,7 +31,7 @@ ignite-jcl - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/jta/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index e02e601..3abb2dd 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -31,7 +31,7 @@ ignite-jta - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml index b07549f..671756f 100644 --- a/modules/log4j/pom.xml +++ b/modules/log4j/pom.xml @@ -31,7 +31,7 @@ ignite-log4j - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index 4be6b4a..5a031ab 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -31,7 +31,7 @@ ignite-rest-http - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 295d3de..f38c7e6 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -31,7 +31,7 @@ ignite-scalar - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/schedule/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml index 1a36beb..3e347c4 100644 --- a/modules/schedule/pom.xml +++ b/modules/schedule/pom.xml @@ -31,7 +31,7 @@ ignite-schedule - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-import/pom.xml b/modules/schema-import/pom.xml index 0cda51b..f4f1245 100644 --- a/modules/schema-import/pom.xml +++ b/modules/schema-import/pom.xml @@ -31,7 +31,7 @@ ignite-schema-import - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml index d2fdcef..ff62c67 100644 --- a/modules/slf4j/pom.xml +++ b/modules/slf4j/pom.xml @@ -31,7 +31,7 @@ ignite-slf4j - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index 8494ad0..c88dfcf 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -31,7 +31,7 @@ ignite-spring - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml index ba29b8a..c0c6f19 100644 --- a/modules/ssh/pom.xml +++ b/modules/ssh/pom.xml @@ -31,7 +31,7 @@ ignite-ssh - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/tools/pom.xml ---------------------------------------------------------------------- diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index 1e9f270..5f19e7e 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -31,7 +31,7 @@ ignite-tools - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT UTF-8 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index b5f5b75..80c4faa 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -31,7 +31,7 @@ ignite-urideploy - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index 95eb6cf..517425b 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -31,7 +31,7 @@ ignite-visor-console - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/visor-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml index edc45b6..e59f71f 100644 --- a/modules/visor-plugins/pom.xml +++ b/modules/visor-plugins/pom.xml @@ -31,7 +31,7 @@ ignite-visor-plugins - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index 1479e79..63bab5f 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -31,7 +31,7 @@ ignite-web - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/modules/yardstick/pom.xml ---------------------------------------------------------------------- diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml index 0c20fbb..d99a57b 100644 --- a/modules/yardstick/pom.xml +++ b/modules/yardstick/pom.xml @@ -31,7 +31,7 @@ ignite-yardstick - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT 0.7.0 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/80987a28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c6d0ba..f313a99 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.apache.ignite ignite - 1.0.6-SNAPSHOT + 1.0.7-SNAPSHOT pom