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 2021/03/23 08:11:57 UTC

[camel-spring-boot] branch release/3.9.0 updated (0dfbd89 -> 941df8c)

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

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


 discard 0dfbd89  Use camel-version in DSL starters
     new 941df8c  Use camel-version for Camel core dependencies (#306)

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   (0dfbd89)
            \
             N -- N -- N   refs/heads/release/3.9.0 (941df8c)

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-java-joor-dsl-starter/pom.xml | 3 ++-
 dsl-starter/camel-xml-io-dsl-starter/pom.xml    | 3 ++-
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml  | 3 ++-
 dsl-starter/camel-yaml-dsl-starter/pom.xml      | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

[camel-spring-boot] 01/01: Use camel-version for Camel core dependencies (#306)

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

commit 941df8c36e484554b1d8b83f2ad1d3c1f3c5b032
Author: Gregor Zurowski <gr...@zurowski.net>
AuthorDate: Tue Mar 23 09:01:54 2021 +0100

    Use camel-version for Camel core dependencies (#306)
---
 dsl-starter/camel-java-joor-dsl-starter/pom.xml | 2 +-
 dsl-starter/camel-xml-io-dsl-starter/pom.xml    | 2 +-
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml  | 2 +-
 dsl-starter/camel-yaml-dsl-starter/pom.xml      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dsl-starter/camel-java-joor-dsl-starter/pom.xml b/dsl-starter/camel-java-joor-dsl-starter/pom.xml
index 3fae6fb..af8a102 100644
--- a/dsl-starter/camel-java-joor-dsl-starter/pom.xml
+++ b/dsl-starter/camel-java-joor-dsl-starter/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-java-joor-dsl</artifactId>
-            <version>${project.version}</version>
+            <version>${camel-version}</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dsl-starter/camel-xml-io-dsl-starter/pom.xml b/dsl-starter/camel-xml-io-dsl-starter/pom.xml
index 59fed88..670552f 100644
--- a/dsl-starter/camel-xml-io-dsl-starter/pom.xml
+++ b/dsl-starter/camel-xml-io-dsl-starter/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-xml-io-dsl</artifactId>
-            <version>${project.version}</version>
+            <version>${camel-version}</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
index 02b6e0e..e24f1f1 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</groupId>
             <artifactId>camel-xml-jaxb-dsl</artifactId>
-            <version>${project.version}</version>
+            <version>${camel-version}</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/dsl-starter/camel-yaml-dsl-starter/pom.xml b/dsl-starter/camel-yaml-dsl-starter/pom.xml
index 3ad86f1..d15d4bb 100644
--- a/dsl-starter/camel-yaml-dsl-starter/pom.xml
+++ b/dsl-starter/camel-yaml-dsl-starter/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-yaml-dsl</artifactId>
-            <version>${project.version}</version>
+            <version>${camel-version}</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file