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

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


The following commit(s) were added to refs/heads/main by this push:
     new 85022ad42529 Upgrade plugin and regen
85022ad42529 is described below

commit 85022ad42529c2833da4a63a4dea235eb0453e79
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Dec 1 18:55:22 2025 +0100

    Upgrade plugin and regen
---
 docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc | 5 ++---
 parent/pom.xml                                                     | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
index 35b595ec4e7c..f3a513e7e1cb 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-report-maven-plugin.adoc
@@ -183,8 +183,7 @@ In particular, in order to use the validate plugin with 
transitive dependencies,
 * The route `from("direct:out")` is declared into a dependency of your 
project, for example `my.company:routes-dependency:1.0`
 * If `routes-dependency` sources are released into a maven repository, the 
following plugin configuration can be used:
 
-[source, xml]
-----
+```xml
 <plugin>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-report-maven-plugin</artifactId>
@@ -205,7 +204,7 @@ In particular, in order to use the validate plugin with 
transitive dependencies,
     </execution>
   </executions>
 </plugin>
-----
+```
 
 == camel-report:route-coverage
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 154d2bf4c7c7..21a4a1887e6e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -377,7 +377,7 @@
         
<maven-plugin-annotations-version>3.15.2</maven-plugin-annotations-version>
         
<maven-plugin-testing-harness-version>3.4.0</maven-plugin-testing-harness-version>
         <maven-project-version>2.2.1</maven-project-version>
-        <maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
+        <maven-resources-plugin-version>3.4.0</maven-resources-plugin-version>
         <maven-reporting-api-version>3.1.1</maven-reporting-api-version>
         <maven-reporting-impl-version>3.2.0</maven-reporting-impl-version>
         <maven-resolver-version>1.9.24</maven-resolver-version>

Reply via email to