This closes #388
This commit is contained in:
commit
4c9f31c13d
|
@ -23,6 +23,7 @@
|
|||
</parent>
|
||||
<artifactId>artemis-features</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>ActiveMQ Artemis Features</name>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
|
@ -83,4 +84,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>artemis-amqp-protocol</artifactId>
|
||||
<name>ActiveMQ Artemis AMQP Protocol</name>
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<artifactId>artemis-hornetq-protocol</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>ActiveMQ Artemis HornetQ Protocol</name>
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<artifactId>artemis-hqclient-protocol</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>ActiveMQ Artemis HQClient Protocol</name>
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<artifactId>artemis-mqtt-protocol</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>ActiveMQ Artemis MQTT Protocol</name>
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>artemis-openwire-protocol</artifactId>
|
||||
<name>ActiveMQ Artemis OpenWire Protocol</name>
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>artemis-proton-plug</artifactId>
|
||||
<name>ActiveMQ Artemis Proton Protocol</name>
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>artemis-stomp-protocol</artifactId>
|
||||
<name>ActiveMQ Artemis STOMP Protocol</name>
|
||||
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
<artifactId>artemis-protocols</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>ActiveMQ Artemis Protocols</name>
|
||||
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/..</activemq.basedir>
|
||||
|
|
Loading…
Reference in New Issue