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/20 06:32:55 UTC

(camel-spring-boot) branch camel-spring-boot-3.22.x updated (c08361da60a -> e3b859f1cfe)

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

gzurowski pushed a change to branch camel-spring-boot-3.22.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 discard c08361da60a Fix version of camel-spring-boot-xml-starter dependency
     new e3b859f1cfe Fix version of camel-spring-boot-xml-starter dependency

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c08361da60a)
            \
             N -- N -- N   refs/heads/camel-spring-boot-3.22.x (e3b859f1cfe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Posted by gz...@apache.org.
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 <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..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>