Repository: activemq Updated Branches: refs/heads/activemq-5.14.x 31a79ea58 -> 1c625e116
Add upcoming 5.13.5 release 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/1c625e11 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/1c625e11 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/1c625e11 Branch: refs/heads/activemq-5.14.x Commit: 1c625e116e6f5985988c04a0ed94030c02a9eb34 Parents: 31a79ea Author: Daniel Kulp <[email protected]> Authored: Fri Dec 16 13:01:00 2016 -0500 Committer: Daniel Kulp <[email protected]> Committed: Fri Dec 16 13:01:48 2016 -0500 ---------------------------------------------------------------------- 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/1c625e11/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 12e113e..4f3e47a 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -47,6 +47,7 @@ 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\://activemq.apache.org/schema/core/activemq-core-5.13.4.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.13.5.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\://activemq.apache.org/schema/core/activemq-core-5.14.2.xsd=activemq.xsd
