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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new ed2a20ff6c [MNG-8732] Bump Resolver to 2.0.9 (#2352)
ed2a20ff6c is described below

commit ed2a20ff6c9291d221a18f08261933c0c91bfd74
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon May 19 12:13:27 2025 +0200

    [MNG-8732] Bump Resolver to 2.0.9 (#2352)
    
    Bump Resolver from 2.0.8 to 2.0.9
    
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12355847
    
    ---
    
    https://issues.apache.org/jira/browse/MNG-8732
---
 apache-maven/src/test/resources/maven-configuration.md.vm | 6 ++++++
 pom.xml                                                   | 2 +-
 src/site/markdown/configuration.properties                | 4 ++++
 src/site/markdown/configuration.yaml                      | 4 ++++
 src/site/markdown/maven-configuration.md                  | 6 ++++++
 5 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/apache-maven/src/test/resources/maven-configuration.md.vm 
b/apache-maven/src/test/resources/maven-configuration.md.vm
index 05c3815c18..1237348872 100644
--- a/apache-maven/src/test/resources/maven-configuration.md.vm
+++ b/apache-maven/src/test/resources/maven-configuration.md.vm
@@ -37,6 +37,12 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+<!--
+THIS FILE IS GENERATED - DO NOT EDIT
+Generated from: apache-maven/src/test/resources/maven-configuration.md.vm
+To modify this file, edit the template and regenerate.
+-->
+
 ]]#
 
 #macro(yesno $val)
diff --git a/pom.xml b/pom.xml
index e7fe0a767a..59cfb17eed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@ under the License.
     <plexusInterpolationVersion>1.28</plexusInterpolationVersion>
     <plexusTestingVersion>1.5.0</plexusTestingVersion>
     <plexusXmlVersion>4.1.0</plexusXmlVersion>
-    <resolverVersion>2.0.8</resolverVersion>
+    <resolverVersion>2.0.9</resolverVersion>
     <securityDispatcherVersion>4.1.0</securityDispatcherVersion>
     <sisuVersion>0.9.0.M3</sisuVersion>
     <slf4jVersion>2.0.17</slf4jVersion>
diff --git a/src/site/markdown/configuration.properties 
b/src/site/markdown/configuration.properties
index 16a6218ecf..ddf017a1aa 100644
--- a/src/site/markdown/configuration.properties
+++ b/src/site/markdown/configuration.properties
@@ -16,6 +16,10 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+# THIS FILE IS GENERATED - DO NOT EDIT
+# Generated from: 
maven-resolver-tools/src/main/resources/configuration.properties.vm
+# To modify this file, edit the template and regenerate.
+#
 props.count = 62
 props.1.key = maven.build.timestamp.format
 props.1.configurationType = String
diff --git a/src/site/markdown/configuration.yaml 
b/src/site/markdown/configuration.yaml
index 45aec4a24b..7cfdccc5b1 100644
--- a/src/site/markdown/configuration.yaml
+++ b/src/site/markdown/configuration.yaml
@@ -16,6 +16,10 @@
 # specific language governing permissions and limitations
 # under the License.
 #
+# THIS FILE IS GENERATED - DO NOT EDIT
+# Generated from: maven-resolver-tools/src/main/resources/configuration.yaml.vm
+# To modify this file, edit the template and regenerate.
+#
 props:
     - key: maven.build.timestamp.format
       configurationType: String
diff --git a/src/site/markdown/maven-configuration.md 
b/src/site/markdown/maven-configuration.md
index 3894be7730..f6ff067e9c 100644
--- a/src/site/markdown/maven-configuration.md
+++ b/src/site/markdown/maven-configuration.md
@@ -19,6 +19,12 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+<!--
+THIS FILE IS GENERATED - DO NOT EDIT
+Generated from: apache-maven/src/test/resources/maven-configuration.md.vm
+To modify this file, edit the template and regenerate.
+-->
+
 
 
 

Reply via email to