From 146a1b2700447a9be76dcd8b0e1b2e55d0256803 Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Wed, 11 Jul 2018 16:59:55 +0200 Subject: [PATCH] Maven: Use the same and latest javadoc version in all modules. Unfortunately, not fixing our failing build. --- pom.xml | 13 +++++++++++-- scm-core/pom.xml | 1 - 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2416371d48..9e38672db2 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,17 @@ + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + + + @@ -254,7 +265,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9 true ${project.build.sourceEncoding} @@ -439,7 +449,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.8.1 org.jboss.apiviz.APIviz diff --git a/scm-core/pom.xml b/scm-core/pom.xml index ddd443afb4..a06eb544dc 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -159,7 +159,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9 true ${project.build.sourceEncoding}