Repository: commons-collections Updated Branches: refs/heads/master 5b26a6d2e -> 35a150397
JDK 9 profile: maven-javadoc-plugin 3.0.0 -> 3.0.1. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/35a15039 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/35a15039 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/35a15039 Branch: refs/heads/master Commit: 35a1503978a96928db1594d53163a96f74bc4ed2 Parents: 5b26a6d Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sat Jul 7 15:49:01 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Sat Jul 7 15:49:01 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/35a15039/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec340d6..6e41e7b 100644 --- a/pom.xml +++ b/pom.xml @@ -739,7 +739,7 @@ </activation> <properties> <!-- versions below 3.0.0 do not work with java 9 --> - <commons.javadoc.version>3.0.0</commons.javadoc.version> + <commons.javadoc.version>3.0.1</commons.javadoc.version> <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 --> <coveralls.skip>true</coveralls.skip> </properties>