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

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new 7de4e434 chore: fix maven-resources-plugin version warning
7de4e434 is described below

commit 7de4e434eb244335cb6bbbfd77335a22afc109c2
Author: James Netherton <[email protected]>
AuthorDate: Wed Jun 10 07:09:32 2026 +0100

    chore: fix maven-resources-plugin version warning
    
    Add missing version reference and update to latest maven-resources-plugin 
3.5.0.
    
    Co-authored-by: Claude Sonnet 4.5 <[email protected]>
---
 http-pqc-j21/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/http-pqc-j21/pom.xml b/http-pqc-j21/pom.xml
index ea95a5be..170a19e3 100644
--- a/http-pqc-j21/pom.xml
+++ b/http-pqc-j21/pom.xml
@@ -45,7 +45,7 @@
         <license-maven-plugin.version>5.0.0</license-maven-plugin.version>
         <maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
         <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version>
-        <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
+        <maven-resources-plugin.version>3.5.0</maven-resources-plugin.version>
         <maven-surefire-plugin.version>3.5.6</maven-surefire-plugin.version>
     </properties>
 
@@ -230,6 +230,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
+                <version>${maven-resources-plugin.version}</version>
                 <executions>
                     <execution>
                         <id>copy-certificates-to-classes</id>

Reply via email to