You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/17 13:41:15 UTC

[camel-k-runtime] branch 1.16.0-prepare created (now f31af2ad)

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

acosentino pushed a change to branch 1.16.0-prepare
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


      at f31af2ad Preparing for release 1.16.0 - Upgrade to Quarkus Platform 2.14.0.Final

This branch includes the following new commits:

     new c373d2cc Preparing for release 1.16.0 - Upgrade to Camel 3.19.0
     new 0bbf44a0 Preparing for release 1.16.0 - Upgrade to Camel-Quarkus 2.14.0
     new 1f6b342f Preparing for release 1.16.0 - Upgrade to Quarkus 2.14.0.Final
     new f31af2ad Preparing for release 1.16.0 - Upgrade to Quarkus Platform 2.14.0.Final

The 4 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-k-runtime] 04/04: Preparing for release 1.16.0 - Upgrade to Quarkus Platform 2.14.0.Final

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

acosentino pushed a commit to branch 1.16.0-prepare
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit f31af2adf177a84bbfc19fa1d31eb21075432ae5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 17 14:37:04 2022 +0100

    Preparing for release 1.16.0 - Upgrade to Quarkus Platform 2.14.0.Final
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml                             | 2 +-
 support/camel-k-runtime-bom/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a95a184..02a9c113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <!-- quarkus -->
         <camel-quarkus-version>2.14.0</camel-quarkus-version>
         <quarkus-version>2.14.0.Final</quarkus-version>
-        <quarkus-platform-version>2.13.4.Final</quarkus-platform-version>
+        <quarkus-platform-version>2.14.0.Final</quarkus-platform-version>
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.3.0-java11</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml
index 1fa1a315..1e9ef13a 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -38,7 +38,7 @@
         <jolokia-version>1.7.1</jolokia-version>
         <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
         <maven-version>3.6.3</maven-version>
-        <quarkus-platform-version>2.13.4.Final</quarkus-platform-version>
+        <quarkus-platform-version>2.14.0.Final</quarkus-platform-version>
     </properties>
 
     <developers>


[camel-k-runtime] 01/04: Preparing for release 1.16.0 - Upgrade to Camel 3.19.0

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

acosentino pushed a commit to branch 1.16.0-prepare
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit c373d2cc474631b929966fd1d364f2d26ab5a7df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 17 14:33:43 2022 +0100

    Preparing for release 1.16.0 - Upgrade to Camel 3.19.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8a73ed36..05057f67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.18.3</version>
+        <version>3.19.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.18.3</camel-version>
+        <camel-version>3.19.0</camel-version>
 
         <!-- quarkus -->
         <camel-quarkus-version>2.13.1</camel-quarkus-version>


[camel-k-runtime] 03/04: Preparing for release 1.16.0 - Upgrade to Quarkus 2.14.0.Final

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

acosentino pushed a commit to branch 1.16.0-prepare
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 1f6b342fb786ac966cf02a5bcb28c12a97872cfa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 17 14:36:02 2022 +0100

    Preparing for release 1.16.0 - Upgrade to Quarkus 2.14.0.Final
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fac37eed..1a95a184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
         <!-- quarkus -->
         <camel-quarkus-version>2.14.0</camel-quarkus-version>
-        <quarkus-version>2.13.3.Final</quarkus-version>
+        <quarkus-version>2.14.0.Final</quarkus-version>
         <quarkus-platform-version>2.13.4.Final</quarkus-platform-version>
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.3.0-java11</quarkus-native-builder-image>
 


[camel-k-runtime] 02/04: Preparing for release 1.16.0 - Upgrade to Camel-Quarkus 2.14.0

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

acosentino pushed a commit to branch 1.16.0-prepare
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 0bbf44a035ac09b34ffa204fcf1ddb3825e09621
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 17 14:35:31 2022 +0100

    Preparing for release 1.16.0 - Upgrade to Camel-Quarkus 2.14.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05057f67..fac37eed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <camel-version>3.19.0</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.13.1</camel-quarkus-version>
+        <camel-quarkus-version>2.14.0</camel-quarkus-version>
         <quarkus-version>2.13.3.Final</quarkus-version>
         <quarkus-platform-version>2.13.4.Final</quarkus-platform-version>
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.3.0-java11</quarkus-native-builder-image>