This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 93efa7cc8ae39b5f42f1cd5ba037746ec2b1069f Author: Peter Palaga <[email protected]> AuthorDate: Mon Feb 7 14:22:46 2022 +0100 Incorrect version of quarkus-maven-plugin may be resolved #3520 --- docs/antora.yml | 4 ++-- integration-tests/avro/pom.xml | 1 + integration-tests/messaging/pom.xml | 1 + integration-tests/protobuf/pom.xml | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 4981612..2189813 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -29,8 +29,8 @@ asciidoc: target-maven-version: 3.8.4 # replace ${target-maven-version} camel-version: 3.14.1 # replace ${camel.version} camel-docs-version: 3.14.x # replace ${camel.docs.components.version} - quarkus-version: 2.7.0.Final # replace ${quarkus.version} - graalvm-version: 21.3.0 # replace ${graalvm.version} + quarkus-version: 2.7.1.Final # replace ${quarkus.version} + graalvm-version: 21.3.1 # replace ${graalvm.version} graalvm-docs-version: 21.3 # attributes used in xrefs to other Antora components cq-camel-components: 3.14.x@components # replace ${camel.docs.components.xref} diff --git a/integration-tests/avro/pom.xml b/integration-tests/avro/pom.xml index 1076a38..a2b23e8 100644 --- a/integration-tests/avro/pom.xml +++ b/integration-tests/avro/pom.xml @@ -62,6 +62,7 @@ <plugin> <groupId>${quarkus.platform.group-id}</groupId> <artifactId>quarkus-maven-plugin</artifactId> + <version>${quarkus.platform.version}</version> <extensions>true</extensions><!-- Workaround for https://github.com/quarkusio/quarkus/issues/21718 --> <executions> <execution> diff --git a/integration-tests/messaging/pom.xml b/integration-tests/messaging/pom.xml index f39f0ab..020e172 100644 --- a/integration-tests/messaging/pom.xml +++ b/integration-tests/messaging/pom.xml @@ -42,6 +42,7 @@ <plugin> <groupId>${quarkus.platform.group-id}</groupId> <artifactId>quarkus-maven-plugin</artifactId> + <version>${quarkus.platform.version}</version> <executions> <execution> <id>build</id> diff --git a/integration-tests/protobuf/pom.xml b/integration-tests/protobuf/pom.xml index a3dd565..8b8d852 100644 --- a/integration-tests/protobuf/pom.xml +++ b/integration-tests/protobuf/pom.xml @@ -62,6 +62,7 @@ <plugin> <groupId>${quarkus.platform.group-id}</groupId> <artifactId>quarkus-maven-plugin</artifactId> + <version>${quarkus.platform.version}</version> <extensions>true</extensions><!-- Workaround for https://github.com/quarkusio/quarkus/issues/21718 --> <executions> <execution>
