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 e3b859f1cfe6a0b69e0dfaf0c15d92c4be44873b Author: Gregor Zurowski <gre...@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..a24c901a812 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>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId>