You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2016/11/30 22:13:50 UTC

camel git commit: Added schema references for release 2.17.4

Repository: camel
Updated Branches:
  refs/heads/master 8f71a3f6c -> 9d3592f2c


Added schema references for release 2.17.4

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9d3592f2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9d3592f2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9d3592f2

Branch: refs/heads/master
Commit: 9d3592f2ca262dc904436c3b7359d625a60bec6d
Parents: 8f71a3f
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Wed Nov 30 23:13:14 2016 +0100
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Wed Nov 30 23:13:42 2016 +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/9d3592f2/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 63b6734..04c07fd 100644
--- a/components/camel-cxf/src/main/resources/META-INF/spring.schemas
+++ b/components/camel-cxf/src/main/resources/META-INF/spring.schemas
@@ -97,5 +97,6 @@ http\://camel.apache.org/schema/cxf/camel-cxf-2.17.0.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.17.1.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.17.2.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.17.3.xsd=schema/cxfEndpoint.xsd
+http\://camel.apache.org/schema/cxf/camel-cxf-2.17.4.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-${project.version}.xsd=schema/cxfEndpoint.xsd

http://git-wip-us.apache.org/repos/asf/camel/blob/9d3592f2/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 7a7ae5b..c2d4740 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
@@ -94,5 +94,6 @@ http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.17
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.17.1.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.17.2.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.17.3.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.17.4.xsd=schema/camel-spring-integration.xsd
 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-${project.version}.xsd=schema/camel-spring-integration.xsd

http://git-wip-us.apache.org/repos/asf/camel/blob/9d3592f2/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 fe60d98..4bdcca5 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
@@ -88,5 +88,6 @@ http\://camel.apache.org/schema/spring-security/camel-spring-security-2.17.0.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.17.1.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.17.2.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.17.3.xsd=schema/camel-spring-security.xsd
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.17.4.xsd=schema/camel-spring-security.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-${project.version}.xsd=schema/camel-spring-security.xsd

http://git-wip-us.apache.org/repos/asf/camel/blob/9d3592f2/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 f45f629..95f328e 100644
--- a/components/camel-spring/src/main/resources/META-INF/spring.schemas
+++ b/components/camel-spring/src/main/resources/META-INF/spring.schemas
@@ -96,5 +96,6 @@ http\://camel.apache.org/schema/spring/camel-spring-2.17.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.17.1.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.17.2.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.17.3.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.17.4.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-${project.version}.xsd=camel-spring.xsd