Repository: commons-collections Updated Branches: refs/heads/master 228811266 -> 92c5e6f1e
On Java 9: Update Javadoc plugin from 3.0.0-M1 to 3.0.0. Eventually commons-parent will specify 3.0.0. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/92c5e6f1 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/92c5e6f1 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/92c5e6f1 Branch: refs/heads/master Commit: 92c5e6f1e103a23ad8ba8eaa42f5ff37537dff47 Parents: 2288112 Author: Gary Gregory <[email protected]> Authored: Wed Dec 27 17:07:11 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Dec 27 17:07:11 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/92c5e6f1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9a7eaf7..d34682c 100644 --- a/pom.xml +++ b/pom.xml @@ -733,7 +733,7 @@ </activation> <properties> <!-- versions below 3.0.0 do not work with java 9 --> - <commons.javadoc.version>3.0.0-M1</commons.javadoc.version> + <commons.javadoc.version>3.0.0</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>
