This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/master by this push: new 879635f [MNG-3485] Fix IT by locking maven-surefire-plugin to original version 879635f is described below commit 879635f067db4684c3b93be0f6a08986e8071e07 Author: rfscholte <rfscho...@apache.org> AuthorDate: Wed Nov 25 23:12:15 2020 +0100 [MNG-3485] Fix IT by locking maven-surefire-plugin to original version --- core-it-suite/src/test/resources/mng-3485/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core-it-suite/src/test/resources/mng-3485/pom.xml b/core-it-suite/src/test/resources/mng-3485/pom.xml index 1b69481..04e6327 100644 --- a/core-it-suite/src/test/resources/mng-3485/pom.xml +++ b/core-it-suite/src/test/resources/mng-3485/pom.xml @@ -20,6 +20,15 @@ <version>2.1-SNAPSHOT</version> </extension> </extensions> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.12.4</version> + </plugin> + </plugins> + </pluginManagement> </build> <distributionManagement> <repository>