ppkarwasz opened a new pull request, #503:
URL: https://github.com/apache/logging-parent/pull/503

   Upgrades the [Maven Wrapper](https://maven.apache.org/wrapper/) to `3.3.4` 
and the Maven distribution to `3.9.16`, generated with:
   
   ```
   mvn wrapper:wrapper -Dmaven=3.9.16 -DdistributionSha256Sum=...
   ```
   
   ## Changes
   
   - Wrapper `3.2.0` -> `3.3.4`, using the `only-script` distribution type: no 
more binary `maven-wrapper.jar`, `mvnw` downloads the Maven distribution itself.
   - Maven `3.9.0` -> `3.9.16`, with the distribution SHA-256 checksum pinned 
via `distributionSha256Sum`.
   - New `.gitattributes` entries for the wrapper scripts: `mvnw.cmd` must be 
checked out with CRLF line endings for `cmd.exe`, and without an attribute the 
`core.autocrlf` setting of the committer decides what lands in the repository.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to