This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 086bd5d Upgrade Quarkus to 2.0.1.Final 086bd5d is described below commit 086bd5d0c38bcf9a57e00d676adb430b81a63f66 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Jul 6 15:44:13 2021 +0100 Upgrade Quarkus to 2.0.1.Final --- docs/antora.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 6bbc81f..e297c85 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -24,4 +24,4 @@ asciidoc: attributes: cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref} min-maven-version: 3.6.2 # replace ${min-maven-version} - quarkus-version: 2.0.0.Final # replace ${quarkus.version} \ No newline at end of file + quarkus-version: 2.0.1.Final # replace ${quarkus.version} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5905ab4..c12cc3c 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <optaplanner.version>8.0.0.Final</optaplanner.version><!-- May go back to Camel's ${optaplanner-version} when they are in sync https://repo1.maven.org/maven2/org/optaplanner/optaplanner-quarkus/ --> <quarkiverse.freemarker.version>0.3.0</quarkiverse.freemarker.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/freemarker/quarkus-freemarker-parent/ --> <quarkiverse-minio.version>2.0.0</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ --> - <quarkus.version>2.0.0.Final</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ --> + <quarkus.version>2.0.1.Final</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ --> <quarkus-google-cloud.version>0.8.0</quarkus-google-cloud.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-bom/ --> <quarkus-hazelcast-client.version>2.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ --> <quarkus-qpid-jms.version>0.25.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->