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 2024/03/01 09:43:44 UTC

(camel-quarkus) branch main updated: Upgrade cq-maven-plugin to 4.5.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new aa97228ec0 Upgrade cq-maven-plugin to 4.5.0
aa97228ec0 is described below

commit aa97228ec0626b5d43923a6f373305d1a417484d
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Mar 1 07:14:53 2024 +0000

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

diff --git a/pom.xml b/pom.xml
index 96700f8b8a..162cd35f01 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>4.4.7</cq-plugin.version>
+        <cq-plugin.version>4.5.0</cq-plugin.version>
         <cyclonedx-maven-plugin-version>2.7.11</cyclonedx-maven-plugin-version>
         <build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
         <exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>