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/28 20:16:49 UTC

[camel-spring-boot] branch release/4.0.0-M3 updated (679e8d019fb -> 3b5a303f8ce)

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

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


 discard 679e8d019fb Use camel.version
     new 3b5a303f8ce Use camel.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   (679e8d019fb)
            \
             N -- N -- N   refs/heads/release/4.0.0-M3 (3b5a303f8ce)

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: Use camel.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/4.0.0-M3
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 3b5a303f8ce37321c4270de84935dcb19f3a15fb
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Apr 28 22:14:44 2023 +0200

    Use camel.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 79127a611eb..6ef57d4faa2 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>