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:43:35 UTC

[2/3] activemq git commit: [no jira] update targetNamespace version for karaf features

[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/87db1375
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/87db1375
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/87db1375

Branch: refs/heads/master
Commit: 87db137597affedf7d27c4c1c8935a2608d8d8f1
Parents: fc4ebd2
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Fri Dec 22 00:35:45 2017 -0500
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Fri Dec 22 00:37:44 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/87db1375/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/87db1375/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>