This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
The following commit(s) were added to refs/heads/master by this push: new b8c5e30 Fix karaf examples b8c5e30 is described below commit b8c5e30eee876ac54c1368fa318eb8b9d1902c19 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Feb 11 17:53:54 2021 +0100 Fix karaf examples --- examples/camel-example-cxf-blueprint/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/camel-example-cxf-blueprint/pom.xml b/examples/camel-example-cxf-blueprint/pom.xml index 3f8aea1..5c45f29 100644 --- a/examples/camel-example-cxf-blueprint/pom.xml +++ b/examples/camel-example-cxf-blueprint/pom.xml @@ -92,6 +92,7 @@ <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-codegen-plugin</artifactId> + <version>${cxf-codegen-plugin-version}</version> <executions> <execution> <id>generate-sources</id>