paul-rogers opened a new pull request #2061: DRILL-7708: Downgrade maven from 3.6.3 to 3.6.0 URL: https://github.com/apache/drill/pull/2061 # [DRILL-7708](https://issues.apache.org/jira/browse/DRILL-7708): Downgrade maven from 3.6.3 to 3.6.0 ## Description Thanks to @arina-ielchiieva for recently upgrading Drill's Maven version to 3.6.3. As it turns out, I use Ubuntu (Linux Mint) for development. Maven is installed as a package using apt-get. Packages can lag behind a bit. The latest maven available via apt-get is 3.6.0. It is a nuisance to install a new version outside the package manager. I changed the Maven version in the root pom.xml to 3.6.0 and the build seemed to work. This PR adjusts the required Maven version to 3.6.0. ## Documentation Maven 3.6.0 is required to build Drill. ## Testing Ran the full build.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
