Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9F3A8200C6C for ; Fri, 5 May 2017 09:28:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9DDF2160BAF; Fri, 5 May 2017 07:28:07 +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 E2534160B97 for ; Fri, 5 May 2017 09:28:06 +0200 (CEST) Received: (qmail 70160 invoked by uid 500); 5 May 2017 07:28:06 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 70151 invoked by uid 99); 5 May 2017 07:28:06 -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; Fri, 05 May 2017 07:28:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EE889DFD70; Fri, 5 May 2017 07:28:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gzurowski@apache.org To: commits@camel.apache.org Message-Id: <66ecce21f4934aeca49680e5f308a77f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Add schema references for release 2.18.3 Date: Fri, 5 May 2017 07:28:05 +0000 (UTC) archived-at: Fri, 05 May 2017 07:28:07 -0000 Repository: camel Updated Branches: refs/heads/master c3a257c58 -> 77522531d Add schema references for release 2.18.3 Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/77522531 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/77522531 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/77522531 Branch: refs/heads/master Commit: 77522531d26cf255108ce6a394175becdb82b506 Parents: c3a257c Author: Gregor Zurowski Authored: Fri May 5 08:27:07 2017 +0100 Committer: Gregor Zurowski Committed: Fri May 5 08:27:07 2017 +0100 ---------------------------------------------------------------------- components/camel-cxf/src/main/resources/META-INF/spring.schemas | 1 + .../src/main/resources/META-INF/spring.schemas | 1 + .../src/main/resources/META-INF/spring.schemas | 1 + components/camel-spring/src/main/resources/META-INF/spring.schemas | 1 + 4 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/77522531/components/camel-cxf/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/components/camel-cxf/src/main/resources/META-INF/spring.schemas b/components/camel-cxf/src/main/resources/META-INF/spring.schemas index 4fbd858..1f92d6a 100644 --- a/components/camel-cxf/src/main/resources/META-INF/spring.schemas +++ b/components/camel-cxf/src/main/resources/META-INF/spring.schemas @@ -104,4 +104,5 @@ http\://camel.apache.org/schema/cxf/camel-cxf-2.17.6.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-2.18.0.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-2.18.1.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-2.18.2.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-2.18.3.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-${project.version}.xsd=schema/cxfEndpoint.xsd http://git-wip-us.apache.org/repos/asf/camel/blob/77522531/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas b/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas index 315b576..5063160 100644 --- a/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas +++ b/components/camel-spring-integration/src/main/resources/META-INF/spring.schemas @@ -101,4 +101,5 @@ http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.17 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.18.0.xsd=schema/camel-spring-integration.xsd http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.18.1.xsd=schema/camel-spring-integration.xsd http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.18.2.xsd=schema/camel-spring-integration.xsd +http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.18.3.xsd=schema/camel-spring-integration.xsd http\://camel.apache.org/schema/spring/integration/camel-spring-integration-${project.version}.xsd=schema/camel-spring-integration.xsd http://git-wip-us.apache.org/repos/asf/camel/blob/77522531/components/camel-spring-security/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/components/camel-spring-security/src/main/resources/META-INF/spring.schemas b/components/camel-spring-security/src/main/resources/META-INF/spring.schemas index 7c52e64..313bdcc 100644 --- a/components/camel-spring-security/src/main/resources/META-INF/spring.schemas +++ b/components/camel-spring-security/src/main/resources/META-INF/spring.schemas @@ -95,4 +95,5 @@ http\://camel.apache.org/schema/spring-security/camel-spring-security-2.17.6.xsd http\://camel.apache.org/schema/spring-security/camel-spring-security-2.18.0.xsd=schema/camel-spring-security.xsd http\://camel.apache.org/schema/spring-security/camel-spring-security-2.18.1.xsd=schema/camel-spring-security.xsd http\://camel.apache.org/schema/spring-security/camel-spring-security-2.18.2.xsd=schema/camel-spring-security.xsd +http\://camel.apache.org/schema/spring-security/camel-spring-security-2.18.3.xsd=schema/camel-spring-security.xsd http\://camel.apache.org/schema/spring-security/camel-spring-security-${project.version}.xsd=schema/camel-spring-security.xsd http://git-wip-us.apache.org/repos/asf/camel/blob/77522531/components/camel-spring/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/components/camel-spring/src/main/resources/META-INF/spring.schemas b/components/camel-spring/src/main/resources/META-INF/spring.schemas index 60698a7..28839b5 100644 --- a/components/camel-spring/src/main/resources/META-INF/spring.schemas +++ b/components/camel-spring/src/main/resources/META-INF/spring.schemas @@ -103,4 +103,5 @@ http\://camel.apache.org/schema/spring/camel-spring-2.17.6.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-2.18.0.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-2.18.1.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-2.18.2.xsd=camel-spring.xsd +http\://camel.apache.org/schema/spring/camel-spring-2.18.3.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-${project.version}.xsd=camel-spring.xsd