Repository: activemq-artemis Updated Branches: refs/heads/master 2a63b3ef8 -> aafb2087f
Revert "NO-JIRA upgrade maven-surefire-plugin to 2.19.1" This reverts commit 63054a07068f051c8eba5c8c4641ffe17ab0feed. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/aafb2087 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/aafb2087 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/aafb2087 Branch: refs/heads/master Commit: aafb2087fae0f42929cbf1a9290ef4211a3e35ef Parents: 2a63b3e Author: Clebert Suconic <[email protected]> Authored: Wed Mar 29 21:43:06 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Wed Mar 29 21:43:06 2017 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- tests/extra-tests/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/aafb2087/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b48657..2110c59 100644 --- a/pom.xml +++ b/pom.xml @@ -1086,7 +1086,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>2.18.1</version> <configuration> <forkMode>once</forkMode> <testFailureIgnore>true</testFailureIgnore> @@ -1098,7 +1098,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.19.1</version> + <version>2.18.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/aafb2087/tests/extra-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml index 3d1e9eb..22536bb 100644 --- a/tests/extra-tests/pom.xml +++ b/tests/extra-tests/pom.xml @@ -270,7 +270,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>2.18.1</version> <configuration> <skipTests>${skipExtraTests}</skipTests> <!-- ensure we don't inherit a byteman jar form any env settings -->
