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/02/08 21:09:22 UTC

[activemq-artemis] branch master updated: NO-JIRA Fix Extra Tests pom

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 108334b  NO-JIRA Fix Extra Tests pom
108334b is described below

commit 108334b3332b477ae562a4e257c651c7efd70f2a
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Mon Feb 8 16:09:13 2021 -0500

    NO-JIRA Fix Extra Tests pom
---
 tests/extra-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml
index 2774e99..e313cef 100644
--- a/tests/extra-tests/pom.xml
+++ b/tests/extra-tests/pom.xml
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.activemq.tests</groupId>
       <artifactId>artemis-tests-pom</artifactId>
-      <version>2.17.0-SNAPSHOT</version>
+      <version>2.18.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>extra-tests</artifactId>