You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/11/02 06:55:44 UTC

[camel-k-runtime] 01/12: deps: update to camel-quarkus 2.4.0

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

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

commit 9bbdc6b02b7a101dadd0b300bbdc48a56a906d94
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 22 18:24:05 2021 +0200

    deps: update to camel-quarkus 2.4.0
---
 pom.xml | 30 ++++++++++++++++++++++++++----
 1 file changed, 26 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index da99cbe..e94a7e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.11.2</version>
+        <version>3.12.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -38,12 +38,12 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.11.2</camel-version>
+        <camel-version>3.12.0</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.3.0</camel-quarkus-version>
+        <camel-quarkus-version>2.4.0</camel-quarkus-version>
         <graalvm-version>21.2.0</graalvm-version>
-        <quarkus-version>2.3.0.Final</quarkus-version>
+        <quarkus-version>2.4.0.Final</quarkus-version>
 
         <!-- camel-k -->
         <groovy-version>3.0.9</groovy-version>
@@ -382,6 +382,17 @@
 
     <repositories>
         <repository>
+            <id>camel.quarkus.staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url>
+            <name>Apache Snapshot Repo</name>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+        <repository>
             <id>apache.snapshots</id>
             <url>https://repository.apache.org/snapshots/</url>
             <name>Apache Snapshot Repo</name>
@@ -396,6 +407,17 @@
 
     <pluginRepositories>
         <pluginRepository>
+            <id>camel.quarkus.staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1370</url>
+            <name>Apache Snapshot Repo</name>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </pluginRepository>
+        <pluginRepository>
             <id>apache.snapshots</id>
             <url>https://repository.apache.org/snapshots/</url>
             <snapshots>