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 0137F181F4 for ; Tue, 7 Jul 2015 08:37:42 +0000 (UTC) Received: (qmail 75759 invoked by uid 500); 7 Jul 2015 08:37:41 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 75728 invoked by uid 500); 7 Jul 2015 08:37: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 75719 invoked by uid 99); 7 Jul 2015 08:37:41 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 08:37:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 74F981A6ABF for ; Tue, 7 Jul 2015 08:37:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 8HIn_JdyndFM for ; Tue, 7 Jul 2015 08:37:29 +0000 (UTC) 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 95F3E2AD34 for ; Tue, 7 Jul 2015 08:37:20 +0000 (UTC) Received: (qmail 74473 invoked by uid 99); 7 Jul 2015 08:37:20 -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, 07 Jul 2015 08:37:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45CDBE04EF; Tue, 7 Jul 2015 08:37:20 +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, 07 Jul 2015 08:37:41 -0000 Message-Id: <080ecfc07b96414b90da58e3fed04609@git.apache.org> In-Reply-To: <3766aed6376441c78e82c986c4ee4a9c@git.apache.org> References: <3766aed6376441c78e82c986c4ee4a9c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/35] incubator-ignite git commit: ignite-1091 ignite-1091 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bdc5e948 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bdc5e948 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bdc5e948 Branch: refs/heads/ignite-882 Commit: bdc5e94842bab81ce1f8b8df14482be0d255c537 Parents: beb697a Author: Anton Authored: Fri Jul 3 16:45:23 2015 +0300 Committer: Anton Committed: Fri Jul 3 16:45:23 2015 +0300 ---------------------------------------------------------------------- modules/core/pom.xml | 4 ++-- modules/mesos/pom.xml | 1 - modules/rest-http/pom.xml | 12 ++++++------ modules/urideploy/pom.xml | 8 ++++---- modules/web/pom.xml | 4 ++-- parent/pom.xml | 1 + 6 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdc5e948/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index c7cb953..6c5af02 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -85,14 +85,14 @@ org.eclipse.jetty jetty-servlets - 9.0.5.v20130815 + ${jetty.version} test org.eclipse.jetty jetty-webapp - 9.0.5.v20130815 + ${jetty.version} test http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdc5e948/modules/mesos/pom.xml ---------------------------------------------------------------------- diff --git a/modules/mesos/pom.xml b/modules/mesos/pom.xml index 491667d..328e5b8 100644 --- a/modules/mesos/pom.xml +++ b/modules/mesos/pom.xml @@ -34,7 +34,6 @@ 1.2.1-SNAPSHOT - 9.2.10.v20150310 0.22.0 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdc5e948/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index c4cb62d..406585d 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -55,37 +55,37 @@ org.eclipse.jetty jetty-continuation - 9.0.5.v20130815 + ${jetty.version} org.eclipse.jetty jetty-http - 9.0.5.v20130815 + ${jetty.version} org.eclipse.jetty jetty-io - 9.0.5.v20130815 + ${jetty.version} org.eclipse.jetty jetty-server - 9.0.5.v20130815 + ${jetty.version} org.eclipse.jetty jetty-util - 9.0.5.v20130815 + ${jetty.version} org.eclipse.jetty jetty-xml - 9.0.5.v20130815 + ${jetty.version} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdc5e948/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index 76a862b..7e19578 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -113,28 +113,28 @@ org.eclipse.jetty jetty-io - 9.0.5.v20130815 + ${jetty.version} test org.eclipse.jetty jetty-http - 9.0.5.v20130815 + ${jetty.version} test org.eclipse.jetty jetty-server - 9.0.5.v20130815 + ${jetty.version} test org.eclipse.jetty jetty-util - 9.0.5.v20130815 + ${jetty.version} test http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdc5e948/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index f109880..be946d7 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -63,14 +63,14 @@ org.eclipse.jetty jetty-servlets - 9.0.5.v20130815 + ${jetty.version} test org.eclipse.jetty jetty-webapp - 9.0.5.v20130815 + ${jetty.version} test http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bdc5e948/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index b167932..bfa9f62 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -41,6 +41,7 @@ MMMM d yyyy doxygen git + 9.2.11.v20150529 org.apache.ignite