Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/985#discussion_r144937286
--- Diff: pom.xml ---
@@ -15,7 +15,8 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>14</version>
+ <version>18</version>
--- End diff --
@paul-rogers This is the latest version that majority of Apache projects
use (if I remember correctly it was released in May 2016, version 14 is quite
old). Apache parent pom is a maven artifact that defines plugins and other
common to ASF project maven parameters and it needs to be versioned. I'd
suggest keeping pom file as is, the discussion from the PR is mirrored in the
DRILL-5862 and the commit has reference to it.
---