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 4ba8e0493a9899d5b4c4494af413a0a67a769e4d Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Apr 1 09:34:22 2020 +0200 Bom-generator-maven-plugin use the correct version placeholder --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index 2395930..0126f0c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -46,7 +46,7 @@ <plugin> <groupId>org.apache.camel</groupId> <artifactId>bom-generator-maven-plugin</artifactId> - <version>${project.version}</version> + <version>${camel-version}</version> <executions> <execution> <goals>
