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 19:22:33 UTC

(camel-spring-boot) 01/01: Fix version of camel-spring-boot-xml-starter dependency

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

commit c08361da60ac00272416b954b14f30b933b0e33c
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Tue Dec 19 19:44:41 2023 +0100

    Fix version of camel-spring-boot-xml-starter dependency
---
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
index 928d818f341..2726ac62ac6 100644
--- a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
+++ b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-spring-boot-xml-starter</artifactId>
-            <version>${camel-version}</version>
+            <version>${spring-boot-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>