From commits-return-50312-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon Jan 29 14:08:11 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 1D2EC180654 for ; Mon, 29 Jan 2018 14:08:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0D814160C3F; Mon, 29 Jan 2018 13:08:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5513D160C31 for ; Mon, 29 Jan 2018 14:08:10 +0100 (CET) Received: (qmail 63293 invoked by uid 500); 29 Jan 2018 13:08:09 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 63284 invoked by uid 99); 29 Jan 2018 13:08:09 -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; Mon, 29 Jan 2018 13:08:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68E7BE178C; Mon, 29 Jan 2018 13:08:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cshannon@apache.org To: commits@activemq.apache.org Message-Id: <54b54596c58f4091a4a7ee1090968621@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq git commit: Add schemas Date: Mon, 29 Jan 2018 13:08:09 +0000 (UTC) Repository: activemq Updated Branches: refs/heads/master f96a20e83 -> 5189b4e54 Add schemas Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/5189b4e5 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/5189b4e5 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/5189b4e5 Branch: refs/heads/master Commit: 5189b4e54594793f308c75e4b357bd855887fea1 Parents: f96a20e Author: Christopher L. Shannon (cshannon) Authored: Mon Jan 29 08:07:46 2018 -0500 Committer: Christopher L. Shannon (cshannon) Committed: Mon Jan 29 08:07:46 2018 -0500 ---------------------------------------------------------------------- activemq-osgi/src/main/resources/META-INF/spring.schemas | 1 + activemq-spring/src/main/resources/META-INF/spring.schemas | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/5189b4e5/activemq-osgi/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/activemq-osgi/src/main/resources/META-INF/spring.schemas b/activemq-osgi/src/main/resources/META-INF/spring.schemas index 35b0628..858016f 100644 --- a/activemq-osgi/src/main/resources/META-INF/spring.schemas +++ b/activemq-osgi/src/main/resources/META-INF/spring.schemas @@ -57,6 +57,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.14.5.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.2.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.15.3.xsd=activemq.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd http://git-wip-us.apache.org/repos/asf/activemq/blob/5189b4e5/activemq-spring/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/activemq-spring/src/main/resources/META-INF/spring.schemas b/activemq-spring/src/main/resources/META-INF/spring.schemas index 790b575..24f2029 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -57,6 +57,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.14.5.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.2.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.15.3.xsd=activemq.xsd http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd