This is an automated email from the ASF dual-hosted git repository.
zregvart 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 4d88d90 CAMEL-12586: consistent surefire version
4d88d90 is described below
commit 4d88d9020e3e257e16aef0f2bdf8455f19d79f0e
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue Jun 19 14:31:42 2018 +0200
CAMEL-12586: consistent surefire version
We need to override the version inherited from Apache POM so that the
modules that inherit directly from Camel POM (buildtools, Spring Boot
starters) use the same version used by other modules.
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index fdaf1b1..f2c7a01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,8 @@
<maven-compiler-plugin-version>3.7.0</maven-compiler-plugin-version>
<maven-surefire-plugin-version>2.22.0</maven-surefire-plugin-version>
+ <!-- we need to override the version inherited from Apache POM for modules
that use this POM as parent -->
+ <surefire.version>${maven-surefire-plugin-version}</surefire.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 -->