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/23 14:08:51 UTC

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

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

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

commit a7a387936d947437f587011bde907e60d437f2d4
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>