This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6f3b69075e5acf0b7ef46898db5c61560c873399 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 19 09:23:19 2018 +0200 Use the right placeholder for Exec Maven Plugin --- examples/camel-example-cassandra-kubernetes/pom.xml | 2 +- examples/camel-example-hazelcast-kubernetes/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/camel-example-cassandra-kubernetes/pom.xml b/examples/camel-example-cassandra-kubernetes/pom.xml index 3030c7c..7fbc455 100644 --- a/examples/camel-example-cassandra-kubernetes/pom.xml +++ b/examples/camel-example-cassandra-kubernetes/pom.xml @@ -120,7 +120,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>${exec-maven-plugin.version}</version> + <version>${exec-maven-plugin-version}</version> <configuration> <mainClass>org.apache.camel.spring.Main</mainClass> </configuration> diff --git a/examples/camel-example-hazelcast-kubernetes/pom.xml b/examples/camel-example-hazelcast-kubernetes/pom.xml index ed931e1..6f0c5b1 100644 --- a/examples/camel-example-hazelcast-kubernetes/pom.xml +++ b/examples/camel-example-hazelcast-kubernetes/pom.xml @@ -112,7 +112,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>${exec-maven-plugin.version}</version> + <version>${exec-maven-plugin-version}</version> <configuration> <mainClass>org.apache.camel.spring.Main</mainClass> </configuration>
