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 b29c25f Upgrade Quarkus to 2.1.1.Final
b29c25f is described below
commit b29c25ff97c644472be4c1aad2ce81d8f7d2f992
Author: James Netherton <[email protected]>
AuthorDate: Wed Aug 4 13:43:58 2021 +0100
Upgrade Quarkus to 2.1.1.Final
---
docs/antora.yml | 2 +-
pom.xml | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/antora.yml b/docs/antora.yml
index 0d387a8..5e21f13 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -25,4 +25,4 @@ asciidoc:
cq-camel-components: 3.11.x@components # replace
${camel.docs.components.xref}
min-maven-version: 3.6.2 # replace ${min-maven-version}
target-maven-version: 3.8.1 # replace ${target-maven-version}
- quarkus-version: 2.1.0.Final # replace ${quarkus.version}
+ quarkus-version: 2.1.1.Final # replace ${quarkus.version}
diff --git a/pom.xml b/pom.xml
index 4c669b8..ac4e32f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<optaplanner.version>8.8.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.1.0.Final</quarkus.version><!--
https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
+ <quarkus.version>2.1.1.Final</quarkus.version><!--
https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
<quarkus-google-cloud.version>0.9.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.26.0</quarkus-qpid-jms.version><!--
https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->
@@ -585,7 +585,7 @@
<executions>
<execution>
<id>default-test</id>
- <phase /><!-- unbound here to speedup -Dquickly build;
bound to a phase in camel-quarkus-build-parent-it -->
+ <phase/><!-- unbound here to speedup -Dquickly build;
bound to a phase in camel-quarkus-build-parent-it -->
</execution>
</executions>
</plugin>
@@ -596,7 +596,7 @@
<executions>
<execution>
<id>attach-descriptor</id>
- <phase /><!-- skip to save time -->
+ <phase/><!-- skip to save time -->
</execution>
</executions>
</plugin>
@@ -630,7 +630,7 @@
<requireJavaVersion>
<version>11</version>
</requireJavaVersion>
- <dependencyConvergence />
+ <dependencyConvergence/>
<requireMavenVersion>
<version>${supported-maven-versions}</version>
</requireMavenVersion>
@@ -849,7 +849,7 @@
<executions>
<execution>
<id>camel-quarkus-enforcer-rules</id>
- <phase /><!-- Speedup the check-format profile
by skipping the enforcer -->
+ <phase/><!-- Speedup the check-format profile
by skipping the enforcer -->
</execution>
</executions>
</plugin>
@@ -872,7 +872,7 @@
<executions>
<execution>
<id>source-release-assembly</id>
- <phase /><!-- fix
https://github.com/apache/camel-quarkus/issues/844 -->
+ <phase/><!-- fix
https://github.com/apache/camel-quarkus/issues/844 -->
</execution>
<execution>
<id>camel-quarkus-source-release-assembly</id>