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 2023/03/31 15:54:53 UTC

[camel-quarkus] 05/06: Upgrade to cq-maven-plugin 3.5.5

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

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

commit 0b90b8cb0cfd91107d4e5ba179c81e3d776dd5af
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Mar 31 15:18:15 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 65dca2aa79..24694f41ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
         <maven-utils.version>0.1.0</maven-utils.version>
 
         <!-- Maven plugin versions (keep sorted alphabetically) -->
-        <cq-plugin.version>3.5.4</cq-plugin.version>
+        <cq-plugin.version>3.5.5</cq-plugin.version>
         <cyclonedx-maven-plugin-version>2.7.5</cyclonedx-maven-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>