Repository: activemq Updated Branches: refs/heads/master 765a010d0 -> 4e27618dd
NO-JIRA : Adding 5.13.3 schema identifier Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/4e27618d Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/4e27618d Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/4e27618d Branch: refs/heads/master Commit: 4e27618ddd85fbaa91610cb4b815c8c686d6a351 Parents: 765a010 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Tue Apr 26 11:16:58 2016 +0000 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Tue Apr 26 11:16:58 2016 +0000 ---------------------------------------------------------------------- activemq-spring/src/main/resources/META-INF/spring.schemas | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/4e27618d/activemq-spring/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/activemq-spring/src/main/resources/META-INF/spring.schemas b/activemq-spring/src/main/resources/META-INF/spring.schemas index 18ebac4..cff5b32 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -45,6 +45,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.12.2.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.13.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.13.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.13.2.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.13.3.xsd=activemq.xsd http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd
