You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/08/21 21:42:08 UTC

[camel-quarkus] branch claudio4j-patch-1 created (now a459b9b547)

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

claudio4j pushed a change to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


      at a459b9b547 Fix grpc integration test, missing quarkus-maven-plugin version

This branch includes the following new commits:

     new a459b9b547 Fix grpc integration test, missing quarkus-maven-plugin version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus] 01/01: Fix grpc integration test, missing quarkus-maven-plugin version

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a459b9b5471529afc9bbbf143a9aec4331be1fcd
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Mon Aug 21 18:42:03 2023 -0300

    Fix grpc integration test, missing quarkus-maven-plugin version
---
 integration-tests/grpc/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/grpc/pom.xml b/integration-tests/grpc/pom.xml
index 843227c5dd..d290627e1d 100644
--- a/integration-tests/grpc/pom.xml
+++ b/integration-tests/grpc/pom.xml
@@ -131,6 +131,7 @@
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
+                <version>${quarkus.platform.version}</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>