Repository: activemq Updated Branches: refs/heads/master c6542a921 -> 5b1c26c4d
Add schema for missing 5.11.x releases to master. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/5b1c26c4 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/5b1c26c4 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/5b1c26c4 Branch: refs/heads/master Commit: 5b1c26c4ded06df1879d26a260780100b23217c9 Parents: c6542a9 Author: Timothy Bish <[email protected]> Authored: Mon Aug 10 10:10:37 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Mon Aug 10 10:10:37 2015 -0400 ---------------------------------------------------------------------- activemq-spring/src/main/resources/META-INF/spring.schemas | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/5b1c26c4/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 225e99a..bec74c5 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -37,6 +37,8 @@ http\://activemq.apache.org/schema/core/activemq-core-5.9.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.10.1.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.12.0.xsd=activemq.xsd http\://camel.apache.org/schema/osgi/camel-osgi.xsd=camel-osgi.xsd
