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-examples.git
commit 847920dfd675abba577e85b9ef69f9f967b5e6a7 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Feb 12 11:30:00 2021 +0100 Camel-examples cdi minio: Use the camel version from parent pom --- examples/camel-example-cdi-minio/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-cdi-minio/pom.xml b/examples/camel-example-cdi-minio/pom.xml index 9196223..cb3045a 100644 --- a/examples/camel-example-cdi-minio/pom.xml +++ b/examples/camel-example-cdi-minio/pom.xml @@ -83,7 +83,7 @@ <plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-maven-plugin</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>${camel.version}</version> <dependencies> <dependency> <groupId>org.apache.deltaspike.cdictrl</groupId>
