This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.21.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/release/3.21.0 by this push:
     new 55c38984ab1 Fix dependency version
55c38984ab1 is described below

commit 55c38984ab1ebe791e5f01928570807845990996
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Sun Jun 25 08:50:41 2023 +0200

    Fix dependency 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 ec65a4a5ae4..bda0fdde8c3 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>

Reply via email to