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:19 UTC

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

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>