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-karaf.git
commit 82ec68b04d8305421e1f1cdfa0994253f7014950 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Apr 1 09:37:47 2020 +0200 Camel-package-maven-plugin use the correct version placeholder --- components/camel-blueprint/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml index ca6c669..5545157 100644 --- a/components/camel-blueprint/pom.xml +++ b/components/camel-blueprint/pom.xml @@ -194,6 +194,7 @@ <plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-package-maven-plugin</artifactId> + <version>${camel-version}</version> <executions> <execution> <id>jaxb-list</id>
