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 2022/10/19 09:06:31 UTC

[camel-quarkus] 05/07: Upgrade cq-maven-plugin to 3.2.2

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

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

commit f3fbe8d2e6ea831b4440d03f407d2959d8047e60
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Oct 18 11:33:03 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index c7174cc24d..99d035d8eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
         <maven-utils.version>0.1.0</maven-utils.version>
 
         <!-- Maven plugin versions (keep sorted alphabetically) -->
-        <cq-plugin.version>3.1.0</cq-plugin.version>
+        <cq-plugin.version>3.2.2</cq-plugin.version>
         <build-helper-maven-plugin.version>3.1.0</build-helper-maven-plugin.version>
         <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
         <formatter-maven-plugin.version>2.17.1</formatter-maven-plugin.version>