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 ac64f889ec8 Fix dependency version ac64f889ec8 is described below commit ac64f889ec871068e5f14051494f6fc59cef7fb1 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sun Apr 30 13:31:01 2023 +0200 Fix dependency version --- 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 2056b2b356a..aec33256ef6 100644 --- a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml +++ b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml @@ -42,7 +42,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>