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

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


The following commit(s) were added to refs/heads/main by this push:
     new 39620ca2a WW-5719 Pin Maven distribution checksum (#1942)
39620ca2a is described below

commit 39620ca2a28198f4b55cf148138c4e81408c2644
Author: cameroncrippen <[email protected]>
AuthorDate: Wed Sep 16 23:01:14 2026 -0700

    WW-5719 Pin Maven distribution checksum (#1942)
    
    * WW-5719 Verify Maven wrapper bootstrap artifacts
    
    Launchers generated from Apache Maven Wrapper 3.3.4.
    Preparation and validation used OpenAI Codex assistance.
    
    * WW-5719 Retain only-script and pin Maven distribution
    
    Apply the maintainer-requested one-line checksum configuration.
    Preparation and validation used OpenAI Codex assistance.
---
 .mvn/wrapper/maven-wrapper.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 216df0589..a3c407ffc 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1,3 +1,4 @@
 wrapperVersion=3.3.4
 distributionType=only-script
 
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
+distributionSha256Sum=5af3b743dd8b876b5c45da33b676251e5f1687712644abb4ee519ca56e1d89ce

Reply via email to