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 1156664162e32f89061da0c495bcf17311d59b85
Author: Peter Palaga <[email protected]>
AuthorDate: Wed Mar 1 14:30:34 2023 +0100

    Upgrade to cq-maven-plugin 3.5.4 #4606
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index af0149420e..97b4c1966b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
         <maven-utils.version>0.1.0</maven-utils.version>
 
         <!-- Maven plugin versions (keep sorted alphabetically) -->
-        <cq-plugin.version>3.5.3</cq-plugin.version>
+        <cq-plugin.version>3.5.4</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>
@@ -1281,7 +1281,7 @@
                    <inherited>false</inherited>
                    <configuration>
                         <outputName>camel-quarkus-sbom</outputName>
-                        
<outputDirectory>${project.basedir}/camel-quarkus-sbom/</outputDirectory>       
                 
+                        
<outputDirectory>${project.basedir}/camel-quarkus-sbom/</outputDirectory>
                    </configuration>
                    <executions>
                        <execution>

Reply via email to