This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git
The following commit(s) were added to refs/heads/master by this push:
new 0f0fbf6 do not hardcode resources plugin version
0f0fbf6 is described below
commit 0f0fbf61433fe029525d1a9c67414d720db870ca
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>