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-examples.git
commit 97fb8bd2ab44e2fb08d0e1bfd47146d8765b899e 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>
