You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/02/10 20:26:28 UTC

[camel-quarkus] 01/02: Upgrade to Quarkus 1.12.0.CR1

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit d1bc390287a64ec25ea6ba9638874b96b1d5a3e6
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Feb 10 18:24:16 2021 +0000

    Upgrade to Quarkus 1.12.0.CR1
---
 integration-tests/main-command-mode/pom.xml | 3 +--
 integration-tests/master/pom.xml            | 3 +--
 pom.xml                                     | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/integration-tests/main-command-mode/pom.xml b/integration-tests/main-command-mode/pom.xml
index 8fdc68c..958deb7 100644
--- a/integration-tests/main-command-mode/pom.xml
+++ b/integration-tests/main-command-mode/pom.xml
@@ -29,8 +29,7 @@
     <name>Camel Quarkus :: Integration Tests :: Main Command Mode</name>
 
     <properties>
-
-        <quarkus.runner.jar>${project.build.directory}/${project.artifactId}-${project.version}-runner.jar</quarkus.runner.jar>
+        <quarkus.runner.jar>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner.jar>
     </properties>
 
     <dependencies>
diff --git a/integration-tests/master/pom.xml b/integration-tests/master/pom.xml
index 69d5a08..df351eb 100644
--- a/integration-tests/master/pom.xml
+++ b/integration-tests/master/pom.xml
@@ -31,8 +31,7 @@
     <description>Integration tests for Camel Quarkus Master extension</description>
 
     <properties>
-
-        <quarkus.runner>${project.build.directory}/${project.artifactId}-${project.version}-runner.jar</quarkus.runner>
+        <quarkus.runner>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner>
     </properties>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 7148774..68a4f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
         <okio.version>${squareup-okio-version}</okio.version><!-- keep in sync with okhttp -->
         <optaplanner.version>7.46.0.Final</optaplanner.version>
         <quarkiverse-minio.version>0.2.0</quarkiverse-minio.version>
-        <quarkus.version>1.11.1.Final</quarkus.version>
+        <quarkus.version>1.12.0.CR1</quarkus.version>
         <quarkus-google-cloud.version>0.3.0</quarkus-google-cloud.version>
         <quarkus-hazelcast-client.version>1.1.1</quarkus-hazelcast-client.version>
         <quarkus-qpid-jms.version>0.22.0</quarkus-qpid-jms.version>