summaryrefslogtreecommitdiffstats
path: root/odlparent/single-feature-parent
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2020-08-14 11:06:23 +0200
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2020-08-14 11:06:44 +0200
commit3690eb9ba6c42d81b63b083a71a1bef403b501d5 (patch)
tree55b5105d0cdd9c988de0b98b4c057767aa83742f /odlparent/single-feature-parent
parentaf076a9814ebcc121cadc90563b6b38b420ac928 (diff)
fixed maven-javadoc-plugin version for j11
comment plugin version out. managed by odl parent to 3.1.1 Issue-ID: CCSDK-2648 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ib5bc9fb771728bf0f8bbf10eb9e260ded28cb682
Diffstat (limited to 'odlparent/single-feature-parent')
-rw-r--r--odlparent/single-feature-parent/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 22a51bcc..568f9a70 100644
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-parent/pom.xml
@@ -730,7 +730,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
@@ -821,7 +820,6 @@
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
<configuration>
<failOnError>false</failOnError>
<additionalparam>-Xdoclint:none</additionalparam>