You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2018/01/29 13:35:14 UTC

[2/2] activemq git commit: Revert "[no jira] add targetNamespace for karaf features"

Revert "[no jira] add targetNamespace for karaf features"

This reverts commit 2745b914f0403094685fe7708f79e98ca6f2c524.


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

Branch: refs/heads/activemq-5.15.x
Commit: 46b1cba94986d2165cc0f0ff8f768e3c29fe7fce
Parents: d19ad26
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Mon Jan 29 08:32:37 2018 -0500
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Mon Jan 29 08:32: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/46b1cba9/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..0e615ab 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}">
 
     <!-- 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/46b1cba9/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..c989705 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}">
 
     <repository>mvn:org.apache.activemq/activemq-karaf/${project.version}/xml/features-core</repository>