Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the minimum required Maven version to 3.6.2 #135

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

jstourac
Copy link
Contributor

Some plugins and dependencies are starting to require higher minimal
Maven version than 3.2.5. Since this is quite an ancient version, it
makes no sense to keep it that old. Also, I believe that many projects
override this default by some higher version already. Let's move this to
3.6.2 now since this is the version used in JBoss EAP/WildFly OpenShift
images. I think it's a nice compromise between being conservative and
moving to latest. This also means minimal required JDK in version 7 [1]
but that should not be any problem either.

[1] https://maven.apache.org/docs/history.html

Fixes #130

Some plugins and dependencies are starting to require higher minimal
Maven version than 3.2.5. Since this is quite an ancient version, it
makes no sense to keep it that old. Also, I believe that many projects
override this default by some higher version already. Let's move this to
3.6.2 now since this is the version used in JBoss EAP/WildFly OpenShift
images. I think it's a nice compromise between being conservative and
moving to latest. This also means minimal required JDK in version 7 [1]
but that should not be any problem either.

[1] https://maven.apache.org/docs/history.html
@bstansberry bstansberry merged commit efc64b0 into jboss:main Jun 21, 2022
@bstansberry
Copy link
Contributor

Thanks @jstourac

@jstourac jstourac deleted the minMavenVersion branch July 3, 2022 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase the minimum required Maven version
2 participants