You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/05/08 13:54:57 UTC

camel git commit: Updated the schema version after camel 2.15.2 released

Repository: camel
Updated Branches:
  refs/heads/master 2799822b0 -> cf29d65c9


Updated the schema version after camel 2.15.2 released


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

Branch: refs/heads/master
Commit: cf29d65c9c517e50c79f9d3e5a44bc1f11f64bbd
Parents: 2799822
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri May 8 19:54:32 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri May 8 19:54:32 2015 +0800

----------------------------------------------------------------------
 components/camel-cxf/src/main/resources/META-INF/spring.schemas    | 2 ++
 .../src/main/resources/META-INF/spring.schemas                     | 2 ++
 .../src/main/resources/META-INF/spring.schemas                     | 2 ++
 components/camel-spring/src/main/resources/META-INF/spring.schemas | 2 ++
 4 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/cf29d65c/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 616f2c9..34df52c 100644
--- a/components/camel-cxf/src/main/resources/META-INF/spring.schemas
+++ b/components/camel-cxf/src/main/resources/META-INF/spring.schemas
@@ -80,4 +80,6 @@ http\://camel.apache.org/schema/cxf/camel-cxf-2.14.0.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.14.1.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.14.2.xsd=schema/cxfEndpoint.xsd
 http\://camel.apache.org/schema/cxf/camel-cxf-2.15.0.xsd=schema/cxfEndpoint.xsd
+http\://camel.apache.org/schema/cxf/camel-cxf-2.15.1.xsd=schema/cxfEndpoint.xsd
+http\://camel.apache.org/schema/cxf/camel-cxf-2.15.2.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/cf29d65c/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 a4a6c0d..9145044 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
@@ -77,4 +77,6 @@ http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.14
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.14.1.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.14.2.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.15.0.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.15.1.xsd=schema/camel-spring-integration.xsd
+http\://camel.apache.org/schema/spring/integration/camel-spring-integration-2.15.2.xsd=schema/camel-spring-integration.xsd
 http\://camel.apache.org/schema/spring/integration/camel-spring-integration-${project.version}.xsd=schema/camel-spring-integration.xsd
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/cf29d65c/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 e4accc1..c194398 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
@@ -71,4 +71,6 @@ http\://camel.apache.org/schema/spring-security/camel-spring-security-2.14.0.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.14.1.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.14.2.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-2.15.0.xsd=schema/camel-spring-security.xsd
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.15.1.xsd=schema/camel-spring-security.xsd
+http\://camel.apache.org/schema/spring-security/camel-spring-security-2.15.2.xsd=schema/camel-spring-security.xsd
 http\://camel.apache.org/schema/spring-security/camel-spring-security-${project.version}.xsd=schema/camel-spring-security.xsd
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/cf29d65c/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 017714b..edde984 100644
--- a/components/camel-spring/src/main/resources/META-INF/spring.schemas
+++ b/components/camel-spring/src/main/resources/META-INF/spring.schemas
@@ -79,6 +79,8 @@ http\://camel.apache.org/schema/spring/camel-spring-2.14.0.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.14.1.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.14.2.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-2.15.0.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.15.1.xsd=camel-spring.xsd
+http\://camel.apache.org/schema/spring/camel-spring-2.15.2.xsd=camel-spring.xsd
 http\://camel.apache.org/schema/spring/camel-spring-${project.version}.xsd=camel-spring.xsd
 
 http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd