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 2020/06/03 20:14:18 UTC

[activemq-artemis] branch master updated: NO-JIRA Enabling 2.10.0 on compatibility tests

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3f429d7  NO-JIRA Enabling 2.10.0 on compatibility tests
     new ffa6d20  This closes #3162
3f429d7 is described below

commit 3f429d7707c370f2d117e030ed8f187556e20daa
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Wed Jun 3 15:11:29 2020 -0400

    NO-JIRA Enabling 2.10.0 on compatibility tests
---
 tests/compatibility-tests/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/compatibility-tests/pom.xml b/tests/compatibility-tests/pom.xml
index 984d9cd..80e38f5 100644
--- a/tests/compatibility-tests/pom.xml
+++ b/tests/compatibility-tests/pom.xml
@@ -598,10 +598,14 @@
                      <value>${ARTEMIS-200}</value>
                   </property>
                   <property>
-                     <name>ARTEMIS-210</name>
+                     <name>ARTEMIS-210</name> <!-- 2.1.0 -->
                      <value>${ARTEMIS-210}</value>
                   </property>
                   <property>
+                     <name>ARTEMIS-2_10_0</name> <!-- 2.10.0 -->
+                     <value>${ARTEMIS-2_10_0}</value>
+                  </property>
+                  <property>
                      <name>ARTEMIS-240</name>
                      <value>${ARTEMIS-240}</value>
                   </property>