You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/09/28 15:59:41 UTC

[camel-quarkus] branch master updated: Upgrade to cq-maven-plugin 0.20.0, set nativeSince property when promoting an extension to native

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

ppalaga 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 de103b1  Upgrade to cq-maven-plugin 0.20.0, set nativeSince property when promoting an extension to native
de103b1 is described below

commit de103b111c35d5cac306f3065c77f6ca90cbb2da
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Sep 28 17:43:34 2020 +0200

    Upgrade to cq-maven-plugin 0.20.0, set nativeSince property when promoting an extension to native
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f0eea0..ffe22a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,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.19.0</cq-plugin.version>
+        <cq-plugin.version>0.20.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>