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/22 18:05:04 UTC

[activemq-artemis] branch master updated: NO-JIRA: use a consistent version for the surefire and failsafe plugins from the parent, override to newer version

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 515dde9  NO-JIRA: use a consistent version for the surefire and failsafe plugins from the parent, override to newer version
     new 09bd8e7  This closes #3194
515dde9 is described below

commit 515dde9ef3830dc71d48c944d88d2addbc07f799
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jun 19 17:00:53 2020 +0100

    NO-JIRA: use a consistent version for the surefire and failsafe plugins from the parent, override to newer version
---
 artemis-hawtio/pom.xml                       | 1 -
 pom.xml                                      | 3 +--
 tests/extra-tests/pom.xml                    | 1 -
 tests/karaf-client-integration-tests/pom.xml | 1 -
 4 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/artemis-hawtio/pom.xml b/artemis-hawtio/pom.xml
index 2b78380..cdf3409 100644
--- a/artemis-hawtio/pom.xml
+++ b/artemis-hawtio/pom.xml
@@ -45,7 +45,6 @@
         <maven-plugin-version>3.3</maven-plugin-version>
         <maven-source-plugin-version>2.1.2</maven-source-plugin-version>
         <maven-resources-plugin-version>2.6</maven-resources-plugin-version>
-        <maven-surefire-plugin-version>2.19.1</maven-surefire-plugin-version>
         <servlet-api-version>2.5</servlet-api-version>
 
         <!-- use slf4j-api 1.6.x to be easy compatible with older Karaf/Camel releases -->
diff --git a/pom.xml b/pom.xml
index 5f1df7e..7e5758a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,7 @@
       <version.maven.jar.plugin>2.4</version.maven.jar.plugin>
       <version.micrometer>1.1.4</version.micrometer>
       <hamcrest.version>2.1</hamcrest.version>
+      <surefire.version>2.22.2</surefire.version>
 
       <!-- used on tests -->
       <groovy.version>2.5.10</groovy.version>
@@ -1502,7 +1503,6 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
-               <version>2.18.1</version>
                <configuration>
                   <forkMode>once</forkMode>
                   <testFailureIgnore>${testFailureIgnore}</testFailureIgnore>
@@ -1514,7 +1514,6 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-report-plugin</artifactId>
-               <version>2.18.1</version>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml
index c63b3d5..e0976e5 100644
--- a/tests/extra-tests/pom.xml
+++ b/tests/extra-tests/pom.xml
@@ -252,7 +252,6 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.18.1</version>
             <configuration>
                <skipTests>${skipExtraTests}</skipTests>
                <!-- ensure we don't inherit a byteman jar form any env settings -->
diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml
index de8883a..77376eb 100644
--- a/tests/karaf-client-integration-tests/pom.xml
+++ b/tests/karaf-client-integration-tests/pom.xml
@@ -192,7 +192,6 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>
-            <version>2.20.1</version>
             <executions>
                <execution>
                   <goals>