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

gzurowski pushed a commit to branch release/4.0.0-RC1
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-RC1 by this push:
     new 37265dabbc6 Fix version of starter dependency
37265dabbc6 is described below

commit 37265dabbc69389a1508518d524de52942d0dcee
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Thu Jun 29 10:55:28 2023 +0200

    Fix version of 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 e7527e5b0d7..5652f90ccb3 100644
--- a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
+++ b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-xml-jaxb-starter</artifactId>
-            <version>${camel-version}</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Reply via email to