This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MJAVADOC-643 in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 00fad576c995cad4360b2db413f250db341c45c0 Author: rfscholte <[email protected]> AuthorDate: Mon Apr 26 20:08:53 2021 +0200 [MJAVADOC-643] make build Reproducible for secondary artifacts --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index ca3c59f..33edcb3 100644 --- a/pom.xml +++ b/pom.xml @@ -449,6 +449,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> + <version>3.6.1</version> <dependencies> <!-- see MPLUGIN-346 --> <dependency>
