This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.0.0-M3 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/release/4.0.0-M3 by this push: new 679e8d019fb Use camel.version 679e8d019fb is described below commit 679e8d019fb8e4883b377dfc99529c37c1920aeb Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Fri Apr 28 22:14:44 2023 +0200 Use camel.version --- components-starter/camel-platform-http-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components-starter/camel-platform-http-starter/pom.xml b/components-starter/camel-platform-http-starter/pom.xml index 79127a611eb..71a4c63159b 100644 --- a/components-starter/camel-platform-http-starter/pom.xml +++ b/components-starter/camel-platform-http-starter/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http-common</artifactId> - <version>${project.version}</version> + <version>${camel.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId>