Repository: activemq Updated Branches: refs/heads/master e5de25f4f -> 80ef6d312
Revert "[no jira] update targetNamespace version for karaf features" This reverts commit a7dae7ec0a87b19aa4123f8b0c226ecd18e1506e. (cherry picked from commit d19ad268e743ff6aeeee7efeb96420c2a3b4bec1) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b9288986 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b9288986 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b9288986 Branch: refs/heads/master Commit: b9288986fb8e6de2136e51fe8dc6ebca212c4299 Parents: e5de25f Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Mon Jan 29 08:32:26 2018 -0500 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Mon Jan 29 08:35:37 2018 -0500 ---------------------------------------------------------------------- activemq-karaf/src/main/resources/features-core.xml | 2 +- activemq-karaf/src/main/resources/features.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/b9288986/activemq-karaf/src/main/resources/features-core.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml index d93a491..8d05af2 100644 --- a/activemq-karaf/src/main/resources/features-core.xml +++ b/activemq-karaf/src/main/resources/features-core.xml @@ -18,7 +18,7 @@ --> -<features name="activemq-core-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"> +<features name="activemq-core-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"> <!-- Bundles needed if only client will be deployed in the container --> <feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}" resolver="(obr)" start-level="50"> http://git-wip-us.apache.org/repos/asf/activemq/blob/b9288986/activemq-karaf/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/src/main/resources/features.xml b/activemq-karaf/src/main/resources/features.xml index 3c21c74..be80bcb 100644 --- a/activemq-karaf/src/main/resources/features.xml +++ b/activemq-karaf/src/main/resources/features.xml @@ -18,7 +18,7 @@ --> -<features name="activemq-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0"> +<features name="activemq-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"> <repository>mvn:org.apache.activemq/activemq-karaf/${project.version}/xml/features-core</repository>
