Repository: activemq Updated Branches: refs/heads/master 20f27f22b -> 26e7136ab
NO-JIRA: Adding 5.14.1 schema entry Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/26e7136a Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/26e7136a Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/26e7136a Branch: refs/heads/master Commit: 26e7136ab7891753604f0d50a5bf61b39366e51a Parents: 20f27f2 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Tue Sep 27 08:05:15 2016 -0400 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Tue Sep 27 08:05:15 2016 -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/26e7136a/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 4ecf500..8437fe1 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -48,6 +48,7 @@ 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\://activemq.apache.org/schema/core/activemq-core-5.13.4.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.14.0.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.14.1.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
