You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2021/10/12 10:26:10 UTC

[activemq-artemis] branch main updated: ARTEMIS-3515 - add to release profile such that versions get updated with the release process

This is an automated email from the ASF dual-hosted git repository.

gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 2864006  ARTEMIS-3515 - add to release profile such that versions get updated with the release process
2864006 is described below

commit 2864006693f2a627324dfe5953df77bdee78fbc2
Author: gtully <ga...@gmail.com>
AuthorDate: Tue Oct 12 10:51:13 2021 +0100

    ARTEMIS-3515 - add to release profile such that versions get updated with the release process
---
 .../features/broker-connection/amqp-sending-messages-multicast/pom.xml  | 2 +-
 examples/features/broker-connection/pom.xml                             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml b/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml
index 983e88d..b5589ea 100644
--- a/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml
+++ b/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml
@@ -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>
diff --git a/examples/features/broker-connection/pom.xml b/examples/features/broker-connection/pom.xml
index a39c0a1..8a92266 100644
--- a/examples/features/broker-connection/pom.xml
+++ b/examples/features/broker-connection/pom.xml
@@ -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>