Repository: camel
Updated Branches:
  refs/heads/master 9c5cf5f85 -> 9a0a2e234


Fix blueprint-cm schema location to v1.1.0 for a camel-test-blueprint test


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

Branch: refs/heads/master
Commit: 9a0a2e2346216b0b3615ea75247af67b9b580154
Parents: 9c5cf5f
Author: Tadayoshi Sato <[email protected]>
Authored: Thu Mar 9 10:52:02 2017 +0900
Committer: Tadayoshi Sato <[email protected]>
Committed: Thu Mar 9 10:52:02 2017 +0900

----------------------------------------------------------------------
 .../camel/test/blueprint/configadmin-endpoint-no-defaults.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9a0a2e23/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/configadmin-endpoint-no-defaults.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/configadmin-endpoint-no-defaults.xml
 
b/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/configadmin-endpoint-no-defaults.xml
index 7a1b444..e61ee8f 100644
--- 
a/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/configadmin-endpoint-no-defaults.xml
+++ 
b/components/camel-test-blueprint/src/test/resources/org/apache/camel/test/blueprint/configadmin-endpoint-no-defaults.xml
@@ -19,7 +19,7 @@
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
            
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0";
            xsi:schemaLocation="
-             http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0 
http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.0.0.xsd
+             http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0 
http://aries.apache.org/schemas/blueprint-cm/blueprint-cm-1.1.0.xsd
              http://www.osgi.org/xmlns/blueprint/v1.0.0 
http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd";>
 
   <!-- blueprint property placeholders -->

Reply via email to