Repository: activemq Updated Branches: refs/heads/activemq-5.11.x 9254896b1 -> eed47289d
Add version to spring.schemas Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/eed47289 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/eed47289 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/eed47289 Branch: refs/heads/activemq-5.11.x Commit: eed47289d84f4adee5fce9ba2e93e29f82aa960a Parents: 9254896 Author: Daniel Kulp <[email protected]> Authored: Thu Oct 29 09:32:34 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Oct 29 09:32:34 2015 -0400 ---------------------------------------------------------------------- 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/eed47289/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 3a82fc2..3523dba 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -40,6 +40,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.10.2.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.11.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.11.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.11.2.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.11.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
