[no jira] update targetNamespace version 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/a7dae7ec
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a7dae7ec
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a7dae7ec

Branch: refs/heads/activemq-5.15.x
Commit: a7dae7ec0a87b19aa4123f8b0c226ecd18e1506e
Parents: 2745b91
Author: Hadrian Zbarcea <hadr...@apache.org>
Authored: Fri Dec 22 00:35:45 2017 -0500
Committer: Hadrian Zbarcea <hadr...@apache.org>
Committed: Fri Dec 22 00:35:45 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/a7dae7ec/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 8d05af2..d93a491 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.3.0";>
+<features name="activemq-core-${project.version}" 
xmlns="http://karaf.apache.org/xmlns/features/v1.4.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/a7dae7ec/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 be80bcb..3c21c74 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.3.0";>
+<features name="activemq-${project.version}" 
xmlns="http://karaf.apache.org/xmlns/features/v1.4.0";>
 
     
<repository>mvn:org.apache.activemq/activemq-karaf/${project.version}/xml/features-core</repository>
 

Reply via email to