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/08/20 14:22:20 UTC

[camel-quarkus] 01/02: Upgrade to cq-maven-plugin 0.15.0

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

commit 5a7ccf203406b0dce97ff8d987d05f36abc0156f
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Aug 20 11:22:44 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 3c30ac8..195a914 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,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.14.0</cq-plugin.version>
+        <cq-plugin.version>0.15.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>