Commits


Fokko Driesprong authored and Micah Kornfield committed e55c22cc48b
ARROW-7572: [Java] Enforce Maven 3.3+ as mentioned in README The docs mention Maven 3.3.0+: https://github.com/apache/arrow/blob/master/java/README.md#setup-build-environment But the Maven plugin for checking the version requires 3.0.4+. I believe that 3.3.0+ is reasonable, and therefore I'd like to up the constraint to 3.3.0+. Closes #6191 from Fokko/fd-set-minimal-maven-version and squashes the following commits: 50fd3dd45 <Fokko Driesprong> ARROW-7572: Enfore Maven 3.3+ as mentioned in README Authored-by: Fokko Driesprong <fokko@apache.org> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>