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:34 UTC

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

Repository: activemq
Updated Branches:
  refs/heads/master e4d38d615 -> b06e26ca1


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

Branch: refs/heads/master
Commit: fc4ebd2bc93b39de92a4d2453e8ed9227d9dc435
Parents: e4d38d6
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:37:34 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/fc4ebd2b/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 0e615ab..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}">
+<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/fc4ebd2b/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 c989705..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}">
+<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>
 


[3/3] activemq git commit: This closes #75, closes #265, closes #266

Posted by ha...@apache.org.
This closes #75, closes #265, closes #266


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

Branch: refs/heads/master
Commit: b06e26ca1e2fc50088bb6423403a802461b53879
Parents: 87db137
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Fri Dec 22 00:43:26 2017 -0500
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Fri Dec 22 00:43:26 2017 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------



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

Posted by ha...@apache.org.
[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>