Repository: activemq Updated Branches: refs/heads/activemq-5.15.x 83d4aab2d -> e2232050d
NO-JIRA: Add spring schemas for 5.15.5 (cherry picked from commit d1c3c4814ee386f6f1df09495a8721e30b3b1610) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e2232050 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e2232050 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e2232050 Branch: refs/heads/activemq-5.15.x Commit: e2232050d443f8b54a2ae79191f097f9b229e402 Parents: 83d4aab 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:42 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/e2232050/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/e2232050/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
