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

hboutemy pushed a commit to branch doc-resources
in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git

commit 9fa12fffe40faea44eaa871dbdd886586af17377
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Fri Feb 13 10:59:46 2026 +0100

    do not hardcode resources plugin version
---
 incubator-disclaimer/src/site/apt/index.apt.vm | 2 +-
 jar-txt/src/site/apt/index.apt.vm              | 2 +-
 jar/src/site/apt/index.apt.vm                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/incubator-disclaimer/src/site/apt/index.apt.vm 
b/incubator-disclaimer/src/site/apt/index.apt.vm
index 3aab54a..5ce45fb 100644
--- a/incubator-disclaimer/src/site/apt/index.apt.vm
+++ b/incubator-disclaimer/src/site/apt/index.apt.vm
@@ -35,7 +35,7 @@ ${project.name}
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.7.0</version>
+        
<version>$context.get("version.maven-remote-resources-plugin")</version>
         <executions>
           <execution>
             <goals>
diff --git a/jar-txt/src/site/apt/index.apt.vm 
b/jar-txt/src/site/apt/index.apt.vm
index 4b03152..f4a7428 100644
--- a/jar-txt/src/site/apt/index.apt.vm
+++ b/jar-txt/src/site/apt/index.apt.vm
@@ -35,7 +35,7 @@ ${project.name}
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.7.0</version>
+        
<version>$context.get("version.maven-remote-resources-plugin")</version>
         <executions>
           <execution>
             <goals>
diff --git a/jar/src/site/apt/index.apt.vm b/jar/src/site/apt/index.apt.vm
index bf08e57..3834e37 100644
--- a/jar/src/site/apt/index.apt.vm
+++ b/jar/src/site/apt/index.apt.vm
@@ -35,7 +35,7 @@ ${project.name}
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.7.0</version>
+        
<version>$context.get("version.maven-remote-resources-plugin")</version>
         <executions>
           <execution>
             <goals>

Reply via email to