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
commit 52d4f0768df85c8715e5d83f43bc801a2fa90511 Author: Zoran Regvart <[email protected]> AuthorDate: Tue Jul 3 14:33:53 2018 +0200 Use exec-maven-plugin version declared Seems that we declare the use of one exec-maven-plugin and have a property referencing another version. --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 94ac2ea..874247e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -5215,7 +5215,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.1.1</version> + <version>${exec-maven-plugin-version}</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
