mirror of https://github.com/apache/activemq.git
This closes #191
This commit is contained in:
commit
71ee1eae18
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue