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:56 UTC

(camel-quarkus) branch 3.8.x 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 3.8.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


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

commit d9069881aa6bcd049fde78bf70bf2a2c4c665952
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 dee7c3fc5e..969b1d1c0d 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.1.1</exec-maven-plugin.version>