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/08 06:38:35 UTC

[camel-quarkus] branch master updated: Upgrade to cq-maven-plugin 0.18.2, Fix broken maven modules after cq:promote

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 f4233ff  Upgrade to cq-maven-plugin 0.18.2, Fix broken maven modules after cq:promote
f4233ff is described below

commit f4233ff8159e15f4ba2ad46bc16be6ba754c317e
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Sep 8 08:36:30 2020 +0200

    Upgrade to cq-maven-plugin 0.18.2, Fix broken maven modules after cq:promote
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7996082..f0afc3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,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.18.1</cq-plugin.version>
+        <cq-plugin.version>0.18.2</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>