This is an automated email from the ASF dual-hosted git repository. slachiewicz 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 601f15b [MNG-6481] Update to newer maven-assembly-plugin in test 601f15b is described below commit 601f15b144147bfe7150adc0884bdae1dc24b810 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Nov 8 01:22:36 2018 +0100 [MNG-6481] Update to newer maven-assembly-plugin in test Resolve issue with initialization of plexus-archiver 2.8.2 and Java 11 --- .../src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml | 2 +- core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml index 719fcc1..842a016 100644 --- a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml +++ b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml @@ -37,7 +37,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.5.1</version> + <version>3.1.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml index a3f7236..1e22d07 100644 --- a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml +++ b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.5.1</version> + <version>3.1.0</version> <executions> <execution> <id>assemblies</id>