aboutsummaryrefslogtreecommitdiff
path: root/drill-shaded
diff options
context:
space:
mode:
authorVitalii Diravka <vitalii@apache.org>2018-11-15 17:40:21 -0800
committerAman Sinha <asinha@maprtech.com>2018-12-06 11:55:48 -0800
commit637354e91b4b597a0f1930a385b7f0bff0093a2a (patch)
treee690ffd39e69033c13355e1526c71390b411aab5 /drill-shaded
parent7d3763728fd82b3a033936b14ff35545e93d1c5c (diff)
DRILL-6751: Upgrade Apache parent POM to version 21
- Update apache.pom file version to 21 (with updating some maven plugins versions) - Include Drill's sources jars on assembly stage in <moduleSets> (not <dependencySets>) for properincluding jars with last apache-21.pom - Separate "distro-assembly" to the two execution stages to avoid: [WARNING] Assembly file: <DRILL_HOME>/distribution/target/apache-drill-1.15.0-SNAPSHOT is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment. - Remove unsused <include>/<exclude> in assebly descriptor to avoid: [WARNING] The following patterns were never triggered in this artifact inclusion filter - Update "maven-assembly-plugin" version - Update "slf4j" version - Update "mockito-core" version - Update "bcpkix-jdk15on" (Bouncy Castle Cryptography APIs) version close apache/drill#1561
Diffstat (limited to 'drill-shaded')
-rw-r--r--drill-shaded/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/drill-shaded/pom.xml b/drill-shaded/pom.xml
index f9c60456f..b3bb3f8b9 100644
--- a/drill-shaded/pom.xml
+++ b/drill-shaded/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>18</version>
+ <version>21</version>
<relativePath/>
</parent>
@@ -41,7 +41,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>