You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/08/06 20:03:35 UTC

[activemq-artemis] branch main updated: NO-JIRA Fixing Broker Balance Examples poms

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

clebertsuconic 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 2aebcb7  NO-JIRA Fixing Broker Balance Examples poms
2aebcb7 is described below

commit 2aebcb784beaba9b91b6efbacf9b9cd10c1825e2
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Fri Aug 6 16:03:27 2021 -0400

    NO-JIRA Fixing Broker Balance Examples poms
---
 examples/features/broker-balancer/evenly-redirect/pom.xml    | 2 +-
 examples/features/broker-balancer/pom.xml                    | 2 +-
 examples/features/broker-balancer/symmetric-redirect/pom.xml | 2 +-
 tests/performance-jmh/pom.xml                                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/features/broker-balancer/evenly-redirect/pom.xml b/examples/features/broker-balancer/evenly-redirect/pom.xml
index d92571b..fbc1e5d 100644
--- a/examples/features/broker-balancer/evenly-redirect/pom.xml
+++ b/examples/features/broker-balancer/evenly-redirect/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples</groupId>
       <artifactId>broker-balancer</artifactId>
-      <version>2.18.0-SNAPSHOT</version>
+      <version>2.19.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>evenly-redirect</artifactId>
diff --git a/examples/features/broker-balancer/pom.xml b/examples/features/broker-balancer/pom.xml
index 682307b..ced2073 100644
--- a/examples/features/broker-balancer/pom.xml
+++ b/examples/features/broker-balancer/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.18.0-SNAPSHOT</version>
+      <version>2.19.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.activemq.examples</groupId>
diff --git a/examples/features/broker-balancer/symmetric-redirect/pom.xml b/examples/features/broker-balancer/symmetric-redirect/pom.xml
index 04319d8..bd35798 100644
--- a/examples/features/broker-balancer/symmetric-redirect/pom.xml
+++ b/examples/features/broker-balancer/symmetric-redirect/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples</groupId>
       <artifactId>broker-balancer</artifactId>
-      <version>2.18.0-SNAPSHOT</version>
+      <version>2.19.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>symmetric-redirect</artifactId>
diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml
index d0caefd..6e4accb 100644
--- a/tests/performance-jmh/pom.xml
+++ b/tests/performance-jmh/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.activemq.tests</groupId>
         <artifactId>artemis-tests-pom</artifactId>
-        <version>2.18.0-SNAPSHOT</version>
+        <version>2.19.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>