ARTEMIS-3515 - add to release profile such that versions get updated with the release process

This commit is contained in:
gtully 2021-10-12 10:51:13 +01:00
parent 6f4c609ee0
commit 2864006693
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.activemq.examples.broker-connection</groupId> <groupId>org.apache.activemq.examples.broker-connection</groupId>
<artifactId>broker-connections</artifactId> <artifactId>broker-connections</artifactId>
<version>2.19.0-SNAPSHOT</version> <version>2.20.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>amqp-sending-messages-multicast</artifactId> <artifactId>amqp-sending-messages-multicast</artifactId>

View File

@ -58,6 +58,7 @@ under the License.
<id>release</id> <id>release</id>
<modules> <modules>
<module>amqp-sending-messages</module> <module>amqp-sending-messages</module>
<module>amqp-sending-messages-multicast</module>
<module>amqp-receiving-messages</module> <module>amqp-receiving-messages</module>
<module>amqp-sending-overssl</module> <module>amqp-sending-overssl</module>
<module>disaster-recovery</module> <module>disaster-recovery</module>