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 1DF0718A50 for ; Wed, 8 Jul 2015 10:08:41 +0000 (UTC) Received: (qmail 42442 invoked by uid 500); 8 Jul 2015 10:08:41 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 42387 invoked by uid 500); 8 Jul 2015 10:08:40 -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 42377 invoked by uid 99); 8 Jul 2015 10:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 10:08:40 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,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, 08 Jul 2015 10:06:29 +0000 Received: (qmail 41394 invoked by uid 99); 8 Jul 2015 10:08:15 -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, 08 Jul 2015 10:08:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C41BAE03E8; Wed, 8 Jul 2015 10:08:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ntikhonov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 08 Jul 2015 10:08:47 -0000 Message-Id: In-Reply-To: <6cc074db06024c3ea8643d6b84e610a4@git.apache.org> References: <6cc074db06024c3ea8643d6b84e610a4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/50] incubator-ignite git commit: jetty 9.2.x support (to be replaced by tomcat-servlet-api) X-Virus-Checked: Checked by ClamAV on apache.org jetty 9.2.x support (to be replaced by tomcat-servlet-api) Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b8a4b5ad Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b8a4b5ad Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b8a4b5ad Branch: refs/heads/ignite-950 Commit: b8a4b5ad4d561eba63d79f2a0b56cd6a590734ae Parents: 7b3cdc8 Author: Anton Authored: Mon Jul 6 20:34:42 2015 +0300 Committer: Anton Committed: Mon Jul 6 20:34:42 2015 +0300 ---------------------------------------------------------------------- modules/rest-http/pom.xml | 2 +- modules/web/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b8a4b5ad/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index 406585d..bf4b216 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -43,7 +43,7 @@ javax.servlet javax.servlet-api - 3.0.1 + 3.1.0 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b8a4b5ad/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index be946d7..0509af2 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -43,7 +43,7 @@ javax.servlet javax.servlet-api - 3.0.1 + 3.1.0