aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorVitalii Diravka <vitalii.diravka@gmail.com>2018-12-13 16:17:55 +0200
committerVitalii Diravka <vitalii.diravka@gmail.com>2018-12-18 13:19:22 +0200
commitb23ae6e02495f51a4dcd6fbbf1eb259b6207430b (patch)
treecabed7c51518a658e0d58c43cc33e039ba92ebd4 /contrib
parente9c7f51e8a6b4c4be95fc3aef05b89596414e98d (diff)
DRILL-6900: maven-release-plugin failure on the release:perform stage
- downgrade maven-javadoc-plugin version - update some Drill maven plugins versions and move them to pluginManagement block - bump up lowest maven version supported by Drill in correspondence to org.apache.maven dependencies closes #1574
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/storage-jdbc/pom.xml1
-rw-r--r--contrib/storage-kudu/pom.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 9895b1aa8..495f1c86a 100755
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -156,7 +156,6 @@
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.1</version>
<executions>
<execution>
<goals>
diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml
index e1120c8f0..90be878f2 100644
--- a/contrib/storage-kudu/pom.xml
+++ b/contrib/storage-kudu/pom.xml
@@ -112,7 +112,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.8</version>
<executions>
<!-- Extract ValueVectorTypes.tdd from drill-vector.jar and put
it under ${project.build.directory}/codegen/data where all freemarker data