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/04/30 11:31:12 UTC

[camel-spring-boot] branch release/4.0.0-M3 updated: Fix dependency version

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 <gr...@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>