This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 0955b47 Upgrade maven-surefire-plugin to version 2.21.0 (which is Java 10 compatible) 0955b47 is described below commit 0955b47e834a7c1c16e869da1270b0c0a61aaa40 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sat Apr 21 14:37:37 2018 +0200 Upgrade maven-surefire-plugin to version 2.21.0 (which is Java 10 compatible) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dc65f5d..8972601 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <compiler.fork>false</compiler.fork> <maven-compiler-plugin-version>3.7.0</maven-compiler-plugin-version> - <maven-surefire-plugin-version>2.20.1</maven-surefire-plugin-version> + <maven-surefire-plugin-version>2.21.0</maven-surefire-plugin-version> <!-- eclipse plugin need the jaxb in this pom.xml file --> <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the bottom of the file --> -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.