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/06/25 06:53:06 UTC

[camel-spring-boot] branch release/3.21.0 updated (55c38984ab1 -> 6076195a514)

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

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


 discard 55c38984ab1 Fix dependency version
     new 6076195a514 Fix dependency version

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   (55c38984ab1)
            \
             N -- N -- N   refs/heads/release/3.21.0 (6076195a514)

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:
 components-starter/camel-platform-http-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-spring-boot] 01/01: Fix dependency version

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.21.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 6076195a5143553293ea96b32ddaad3878242a67
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Jun 25 08:50:41 2023 +0200

    Fix dependency version
---
 components-starter/camel-platform-http-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-platform-http-starter/pom.xml b/components-starter/camel-platform-http-starter/pom.xml
index ec65a4a5ae4..543fc7b6b05 100644
--- a/components-starter/camel-platform-http-starter/pom.xml
+++ b/components-starter/camel-platform-http-starter/pom.xml
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-http-common</artifactId>
-      <version>${project.version}</version>
+      <version>${camel-version}</version>
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>