You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ha...@apache.org on 2017/12/22 05:29:06 UTC

activemq git commit: [no jira] add targetNamespace for karaf features

Repository: activemq
Updated Branches:
  refs/heads/activemq-5.14.x f4e7cd1b1 -> 5b3e513e2


[no jira] add targetNamespace for karaf features


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/5b3e513e
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/5b3e513e
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/5b3e513e

Branch: refs/heads/activemq-5.14.x
Commit: 5b3e513e24d6b5f187816dff757ef38d3ea85263
Parents: f4e7cd1
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Fri Dec 22 00:28:54 2017 -0500
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Fri Dec 22 00:28:54 2017 -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/5b3e513e/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 1e4b9b9..97066e3 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}">
+<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/5b3e513e/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 6b1e10b..2f521af 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}">
+<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>