From 7fcc58a49f994954f60a5c40b138c3624288e5f5 Mon Sep 17 00:00:00 2001 From: Abdullah <89297042+AzazelSensei@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:48:32 +0300 Subject: [PATCH] Restore mavenFilteringVersion for the usage page The property was dropped in 38534e3 when the filtering dependency was inlined. usage.md.vm still interpolates it, so the published usage page prints the unresolved token. Keep the current 3.5.1 version and put the property back, same as maven-remote-resources-plugin#8. --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c76da62..30d829a 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,9 @@ under the License. 1.7.36 3.6.0 + + + 3.5.1 @@ -85,7 +88,7 @@ under the License. org.apache.maven.shared maven-filtering - 3.5.1 + ${mavenFilteringVersion} org.codehaus.plexus