Update to Maven Wrapper 3.3.4 and Maven 3.9.11#3903
Open
breun wants to merge 3 commits intospring-cloud:mainfrom
Open
Update to Maven Wrapper 3.3.4 and Maven 3.9.11#3903breun wants to merge 3 commits intospring-cloud:mainfrom
breun wants to merge 3 commits intospring-cloud:mainfrom
Conversation
- Use distribution type `only-script` and remove `maven-wrapper.jar` - Specify `distributionSha256Sum` to verify integrity of Maven distribution Signed-off-by: Nils Breunese <nils@breun.nl>
Member
|
Can I ask the purpose of this. All of the spring cloud projects are the same |
Author
|
This PR updates the Maven and Maven Wrapper versions from versions which are a couple of years old -- Maven 3.9.0 is from 2023-01-31 and Maven Wrapper 3.1.1 is from 2022-05-08 -- to the current versions. One of the benefits is that Maven Wrapper's new I created a PR for this Spring Cloud project first, but I'm willing to create similar PRs for the other ones. |
Signed-off-by: Nils Breunese <nils@breun.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
only-scriptand removemaven-wrapper.jardistributionSha256Sumto verify integrity of Maven distributionNote that the changes to the
mvnw*scripts (and thedistributionUrlproperty) can be reproduced by runningmvn wrapper:3.3.4:wrapper -Dmaven=3.9.11.