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-invoker.git
The following commit(s) were added to refs/heads/master by this push: new 6144f96 Upgrade surefire to 2.21.0 to support JDK10 6144f96 is described below commit 6144f968902fe07ebc225625b839b9a31acfc092 Author: rfscholte <rfscho...@apache.org> AuthorDate: Fri Apr 6 12:53:04 2018 +0200 Upgrade surefire to 2.21.0 to support JDK10 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ffcef0c..2f7248d 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,10 @@ under the License. </contributor> </contributors> + <properties> + <surefire.version>2.21.0</surefire.version> + </properties> + <dependencies> <dependency> <groupId>org.apache.maven.shared</groupId> -- To stop receiving notification emails like this one, please contact rfscho...@apache.org.