aboutsummaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/fmpp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml
index 584910152..ea7e947ac 100644
--- a/tools/fmpp/pom.xml
+++ b/tools/fmpp/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
- <version>3.3.3</version>
+ <version>${lowestMavenVersion}</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.3.3</version>
+ <version>${lowestMavenVersion}</version>
</dependency>
<dependency>
<groupId>com.googlecode.fmpp-maven-plugin</groupId>