Repository: activemq Updated Branches: refs/heads/master 42dabb7a7 -> 71ee1eae1
[AMQ-6355] Provide bundles for client and jms-pool Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/24eb2bb2 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/24eb2bb2 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/24eb2bb2 Branch: refs/heads/master Commit: 24eb2bb2db3ebfd68f5c143b02a1e8f24ca3b0ac Parents: 42dabb7 Author: Christian Schneider <[email protected]> Authored: Thu Jul 14 15:00:24 2016 +0200 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Thu Jul 14 10:45:57 2016 -0400 ---------------------------------------------------------------------- activemq-client/pom.xml | 2 +- activemq-pool/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/24eb2bb2/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 3c4aebf..c634674 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -26,7 +26,7 @@ </parent> <artifactId>activemq-client</artifactId> - <packaging>jar</packaging> + <packaging>bundle</packaging> <name>ActiveMQ :: Client</name> <description>The ActiveMQ Client implementation</description> http://git-wip-us.apache.org/repos/asf/activemq/blob/24eb2bb2/activemq-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index 725a832..4efb2d0 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -26,6 +26,7 @@ </parent> <artifactId>activemq-pool</artifactId> + <packaging>bundle</packaging> <name>ActiveMQ :: Pool</name> <description>ActiveMQ Pooled ConnectionFactory</description>
