Repository: activemq Updated Branches: refs/heads/activemq-5.11.x 974d19a9a -> a671b00df
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/a671b00d Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a671b00d Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a671b00d Branch: refs/heads/activemq-5.11.x Commit: a671b00df510b52e72fbaa34c1a9bebf2dc4f57e Parents: 974d19a Author: Daniel Kulp <[email protected]> Authored: Thu Aug 6 09:25:28 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Aug 6 09:25:28 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/a671b00d/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 64c7791..3a82fc2 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -39,6 +39,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd=activemq.xsd 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\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd
