You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/07/01 13:11:17 UTC

[camel-quarkus] branch master updated: Upgrade cq-maven-plugin to 0.11.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a651292  Upgrade cq-maven-plugin to 0.11.0
a651292 is described below

commit a6512924f2b4ecf12701a0773d052eaf8f1596e2
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jul 1 12:15:30 2020 +0100

    Upgrade cq-maven-plugin to 0.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7545b2..1dba5e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
         <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
         <!-- NOTE: We pin to this version due to https://github.com/apache/camel-quarkus/issues/723 -->
         <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
-        <cq-plugin.version>0.10.0</cq-plugin.version>
+        <cq-plugin.version>0.11.0</cq-plugin.version>
         <protobuf-java.version>3.11.0</protobuf-java.version>
         <proto-google-common-protos.version>1.17.0</proto-google-common-protos.version>
         <rpkgtests-maven-plugin.version>0.6.0</rpkgtests-maven-plugin.version>