luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

update pom.xml: specify minimal maven version #49

Closed AiyionPrime closed 1 year ago

AiyionPrime commented 3 years ago

According to https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html 3.0.5 is not enforced, but a recommended version, that doubles as a minimum.

fixes #47

This one should not be merged unless 3.0.5 is still the recommended maven version, even though some used plugins might profit from a newer release. As soon as there's a decision, I'll update this PR.