Repository: activemq Updated Branches: refs/heads/activemq-5.13.x 0c3d05f2e -> c5e607fcd
NO-JIRA : Adding 5.13.3 schema identifier (cherry picked from commit 4e27618ddd85fbaa91610cb4b815c8c686d6a351) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/c5e607fc Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/c5e607fc Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/c5e607fc Branch: refs/heads/activemq-5.13.x Commit: c5e607fcd214d8b3d92a835cff092f970e28ace3 Parents: 0c3d05f 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:18:43 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/c5e607fc/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
