You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/12/19 18:04:14 UTC

(camel-spring-boot) branch camel-spring-boot-3.22.x updated: Fix version for camel-http-common

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

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.22.x by this push:
     new 26995592140 Fix version for camel-http-common
26995592140 is described below

commit 26995592140ac1a817f279a5366e729f5ca9e06e
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Tue Dec 19 19:04:01 2023 +0100

    Fix version for camel-http-common
---
 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 9c6d45aef1f..1a3eb936e4c 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>