This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 926640b Add XML schema references for release 3.4.4 926640b is described below commit 926640b5e59040c6ce9f99dc162f459a0e92f49d Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Mon Sep 28 11:07:24 2020 +0200 Add XML schema references for release 3.4.4 --- .../camel-cxf/src/main/resources/META-INF/spring.schemas | 12 ++++++++++++ .../src/main/resources/META-INF/spring.schemas | 5 +++++ .../src/main/resources/META-INF/spring.schemas | 5 +++++ .../camel-spring/src/main/resources/META-INF/spring.schemas | 5 +++++ 4 files changed, 27 insertions(+) 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 c237c77..5fbf068 100644 --- a/components/camel-cxf/src/main/resources/META-INF/spring.schemas +++ b/components/camel-cxf/src/main/resources/META-INF/spring.schemas @@ -150,6 +150,13 @@ http\://camel.apache.org/schema/cxf/camel-cxf-3.0.0-RC3.xsd=schema/cxfEndpoint.x http\://camel.apache.org/schema/cxf/camel-cxf-3.0.0.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-3.0.1.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-3.1.0.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.2.0.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.3.0.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.0.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.1.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.2.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.3.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.4.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-${project.version}.xsd=schema/cxfEndpoint.xsd @@ -288,4 +295,9 @@ http\://camel.apache.org/schema/cxf/camel-cxf-3.0.1-spring.xsd=schema/cxfEndpoin http\://camel.apache.org/schema/cxf/camel-cxf-3.1.0-spring.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-3.2.0-spring.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-3.3.0-spring.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.0-spring.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.1-spring.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.2-spring.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.3-spring.xsd=schema/cxfEndpoint.xsd +http\://camel.apache.org/schema/cxf/camel-cxf-3.4.4-spring.xsd=schema/cxfEndpoint.xsd http\://camel.apache.org/schema/cxf/camel-cxf-${project.version}-spring.xsd=schema/cxfEndpoint.xsd 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 0287a52..e24ac24 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 @@ -151,4 +151,9 @@ http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.0. http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.1.0.xsd=schema/camel-spring-integration.xsd http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.2.0.xsd=schema/camel-spring-integration.xsd http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.3.0.xsd=schema/camel-spring-integration.xsd +http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.4.0.xsd=schema/camel-spring-integration.xsd +http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.4.1.xsd=schema/camel-spring-integration.xsd +http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.4.2.xsd=schema/camel-spring-integration.xsd +http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.4.3.xsd=schema/camel-spring-integration.xsd +http\://camel.apache.org/schema/spring/integration/camel-spring-integration-3.4.4.xsd=schema/camel-spring-integration.xsd http\://camel.apache.org/schema/spring/integration/camel-spring-integration-${project.version}.xsd=schema/camel-spring-integration.xsd 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 75a3d54..bcfd196 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 @@ -145,4 +145,9 @@ http\://camel.apache.org/schema/spring-security/camel-spring-security-3.0.1.xsd= http\://camel.apache.org/schema/spring-security/camel-spring-security-3.1.0.xsd=schema/camel-spring-security.xsd http\://camel.apache.org/schema/spring-security/camel-spring-security-3.2.0.xsd=schema/camel-spring-security.xsd http\://camel.apache.org/schema/spring-security/camel-spring-security-3.3.0.xsd=schema/camel-spring-security.xsd +http\://camel.apache.org/schema/spring-security/camel-spring-security-3.4.0.xsd=schema/camel-spring-security.xsd +http\://camel.apache.org/schema/spring-security/camel-spring-security-3.4.1.xsd=schema/camel-spring-security.xsd +http\://camel.apache.org/schema/spring-security/camel-spring-security-3.4.2.xsd=schema/camel-spring-security.xsd +http\://camel.apache.org/schema/spring-security/camel-spring-security-3.4.3.xsd=schema/camel-spring-security.xsd +http\://camel.apache.org/schema/spring-security/camel-spring-security-3.4.4.xsd=schema/camel-spring-security.xsd http\://camel.apache.org/schema/spring-security/camel-spring-security-${project.version}.xsd=schema/camel-spring-security.xsd 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 abeb48b..0e67f5e 100644 --- a/components/camel-spring/src/main/resources/META-INF/spring.schemas +++ b/components/camel-spring/src/main/resources/META-INF/spring.schemas @@ -153,4 +153,9 @@ http\://camel.apache.org/schema/spring/camel-spring-3.0.1.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-3.1.0.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-3.2.0.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-3.3.0.xsd=camel-spring.xsd +http\://camel.apache.org/schema/spring/camel-spring-3.4.0.xsd=camel-spring.xsd +http\://camel.apache.org/schema/spring/camel-spring-3.4.1.xsd=camel-spring.xsd +http\://camel.apache.org/schema/spring/camel-spring-3.4.2.xsd=camel-spring.xsd +http\://camel.apache.org/schema/spring/camel-spring-3.4.3.xsd=camel-spring.xsd +http\://camel.apache.org/schema/spring/camel-spring-3.4.4.xsd=camel-spring.xsd http\://camel.apache.org/schema/spring/camel-spring-${project.version}.xsd=camel-spring.xsd