This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-695 in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
commit 5672cb97af9e2ee342d3f0402108c5e056f6a056 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sun Apr 29 22:04:57 2018 +0200 Upgrade surefire/failsafe to 2.21.0 for JDK 10 build in IT's. --- src/it/maven-artifact-deployer-plugin/pom.xml | 1 + src/it/maven-artifact-installer-plugin/pom.xml | 1 + src/it/maven-project-deployer-plugin/pom.xml | 1 + src/it/maven-project-installer-plugin/pom.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/src/it/maven-artifact-deployer-plugin/pom.xml b/src/it/maven-artifact-deployer-plugin/pom.xml index b0b7287..42f5672 100644 --- a/src/it/maven-artifact-deployer-plugin/pom.xml +++ b/src/it/maven-artifact-deployer-plugin/pom.xml @@ -43,6 +43,7 @@ </prerequisites> <properties> + <surefire.version>2.21.0</surefire.version> <mavenVersion>3.0</mavenVersion> <javaVersion>8</javaVersion> </properties> diff --git a/src/it/maven-artifact-installer-plugin/pom.xml b/src/it/maven-artifact-installer-plugin/pom.xml index cbcc032..308d34f 100644 --- a/src/it/maven-artifact-installer-plugin/pom.xml +++ b/src/it/maven-artifact-installer-plugin/pom.xml @@ -43,6 +43,7 @@ </prerequisites> <properties> + <surefire.version>2.21.0</surefire.version> <mavenVersion>3.0</mavenVersion> <javaVersion>8</javaVersion> </properties> diff --git a/src/it/maven-project-deployer-plugin/pom.xml b/src/it/maven-project-deployer-plugin/pom.xml index d6eaa8f..baeecc8 100644 --- a/src/it/maven-project-deployer-plugin/pom.xml +++ b/src/it/maven-project-deployer-plugin/pom.xml @@ -43,6 +43,7 @@ </prerequisites> <properties> + <surefire.version>2.21.0</surefire.version> <mavenVersion>3.0</mavenVersion> <javaVersion>8</javaVersion> </properties> diff --git a/src/it/maven-project-installer-plugin/pom.xml b/src/it/maven-project-installer-plugin/pom.xml index 5d68af9..f0e0fbd 100644 --- a/src/it/maven-project-installer-plugin/pom.xml +++ b/src/it/maven-project-installer-plugin/pom.xml @@ -43,6 +43,7 @@ </prerequisites> <properties> + <surefire.version>2.21.0</surefire.version> <mavenVersion>3.0</mavenVersion> <javaVersion>8</javaVersion> </properties>
