Repository: activemq Updated Branches: refs/heads/activemq-5.15.x 164312f88 -> 46b1cba94
Revert "[no jira] update targetNamespace version for karaf features" This reverts commit a7dae7ec0a87b19aa4123f8b0c226ecd18e1506e. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d19ad268 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d19ad268 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d19ad268 Branch: refs/heads/activemq-5.15.x Commit: d19ad268e743ff6aeeee7efeb96420c2a3b4bec1 Parents: 164312f 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:32:26 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/d19ad268/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/d19ad268/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>
