ARTEMIS-3515 - add to release profile such that versions get updated with the release process
This commit is contained in:
parent
6f4c609ee0
commit
2864006693
|
@ -24,7 +24,7 @@ under the License.
|
|||
<parent>
|
||||
<groupId>org.apache.activemq.examples.broker-connection</groupId>
|
||||
<artifactId>broker-connections</artifactId>
|
||||
<version>2.19.0-SNAPSHOT</version>
|
||||
<version>2.20.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>amqp-sending-messages-multicast</artifactId>
|
||||
|
|
|
@ -58,6 +58,7 @@ under the License.
|
|||
<id>release</id>
|
||||
<modules>
|
||||
<module>amqp-sending-messages</module>
|
||||
<module>amqp-sending-messages-multicast</module>
|
||||
<module>amqp-receiving-messages</module>
|
||||
<module>amqp-sending-overssl</module>
|
||||
<module>disaster-recovery</module>
|
||||
|
|
Loading…
Reference in New Issue