Repository: activemq Updated Branches: refs/heads/master 18543080a -> d1c3c4814
NO-JIRA: Add spring schemas for 5.15.5 Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d1c3c481 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d1c3c481 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d1c3c481 Branch: refs/heads/master Commit: d1c3c4814ee386f6f1df09495a8721e30b3b1610 Parents: 1854308 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Tue Jul 31 08:35:08 2018 -0400 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Tue Jul 31 08:35:08 2018 -0400 ---------------------------------------------------------------------- activemq-osgi/src/main/resources/META-INF/spring.schemas | 1 + activemq-spring/src/main/resources/META-INF/spring.schemas | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/d1c3c481/activemq-osgi/src/main/resources/META-INF/spring.schemas ---------------------------------------------------------------------- diff --git a/activemq-osgi/src/main/resources/META-INF/spring.schemas b/activemq-osgi/src/main/resources/META-INF/spring.schemas index f5e68a6..1b7c079 100644 --- a/activemq-osgi/src/main/resources/META-INF/spring.schemas +++ b/activemq-osgi/src/main/resources/META-INF/spring.schemas @@ -59,6 +59,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.15.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.2.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.3.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.4.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.15.5.xsd=activemq.xsd http\://camel.apache.org/schema/spring/camel-spring.xsd=camel-spring.xsd http://git-wip-us.apache.org/repos/asf/activemq/blob/d1c3c481/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 0109338..f6dba92 100644 --- a/activemq-spring/src/main/resources/META-INF/spring.schemas +++ b/activemq-spring/src/main/resources/META-INF/spring.schemas @@ -59,6 +59,7 @@ http\://activemq.apache.org/schema/core/activemq-core-5.15.1.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.2.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.3.xsd=activemq.xsd http\://activemq.apache.org/schema/core/activemq-core-5.15.4.xsd=activemq.xsd +http\://activemq.apache.org/schema/core/activemq-core-5.15.5.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
