This closes #191
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-07-14 10:46:05 -04:00
commit 71ee1eae18
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</parent> </parent>
<artifactId>activemq-client</artifactId> <artifactId>activemq-client</artifactId>
<packaging>jar</packaging> <packaging>bundle</packaging>
<name>ActiveMQ :: Client</name> <name>ActiveMQ :: Client</name>
<description>The ActiveMQ Client implementation</description> <description>The ActiveMQ Client implementation</description>

View File

@ -26,6 +26,7 @@
</parent> </parent>
<artifactId>activemq-pool</artifactId> <artifactId>activemq-pool</artifactId>
<packaging>bundle</packaging>
<name>ActiveMQ :: Pool</name> <name>ActiveMQ :: Pool</name>
<description>ActiveMQ Pooled ConnectionFactory</description> <description>ActiveMQ Pooled ConnectionFactory</description>