diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-08-14 11:06:23 +0200 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-08-14 11:06:44 +0200 |
commit | 3690eb9ba6c42d81b63b083a71a1bef403b501d5 (patch) | |
tree | 55b5105d0cdd9c988de0b98b4c057767aa83742f /odlparent/bundle-parent | |
parent | af076a9814ebcc121cadc90563b6b38b420ac928 (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/bundle-parent')
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 2b5addbc..9ff7abcb 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-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> |