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 08:42:37 UTC

(camel-spring-boot) branch release/3.22.0 created (now 6291499e0a1)

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

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


      at 6291499e0a1 Fix version of camel-spring-boot-xml-starter dependency

This branch includes the following new commits:

     new e0129aa6eb1 Target Camel 3.22.0 for release
     new fcde75c5618 Fix version for camel-http-common
     new 6291499e0a1 Fix version of camel-spring-boot-xml-starter dependency

The 3 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.



(camel-spring-boot) 02/03: Fix version for camel-http-common

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

commit fcde75c5618b298344882404fe81a4cb0dffdf25
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Tue Dec 19 19:04:01 2023 +0100

    Fix version for camel-http-common
---
 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 9c6d45aef1f..1a3eb936e4c 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>


(camel-spring-boot) 03/03: 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 release/3.22.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 6291499e0a12b3015e2473b89a3479b80178d5f8
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>


(camel-spring-boot) 01/03: Target Camel 3.22.0 for release

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

commit e0129aa6eb18aaded7f0494ee38d5072c6750b0d
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Tue Dec 19 17:54:49 2023 +0000

    Target Camel 3.22.0 for release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f23bfbdedb1..e0e1faee944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.22.0-SNAPSHOT</version>
+        <version>3.22.0</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -111,7 +111,7 @@
         <spring-boot-version>2.7.18</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.22.0-SNAPSHOT</camel-version>
+        <camel-version>3.22.0</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -452,7 +452,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.22.0-SNAPSHOT</camel-version>
+                <camel-version>3.22.0</camel-version>
             </properties>
         </profile>