This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
commit 8762ec8555eb3e72f28fd68e579bdeaba1b970c7 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Dec 12 23:29:58 2021 +0100 Upgrade javadoc and invoker plugins --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 2595c92..8ed40f0 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,22 @@ </contributor> </contributors> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>3.3.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-invoker-plugin</artifactId> + <version>3.2.2</version> + </plugin> + </plugins> + </pluginManagement> + </build> <profiles> <profile> <id>run-its</id>
