This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 51a2c3f803a0124c2591e46925210da705042f19 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Dec 12 02:27:25 2021 +0100 Bump maven-javadoc-plugin to 3.3.1 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 9fdf7a2..0c2ef9c 100644 --- a/pom.xml +++ b/pom.xml @@ -414,6 +414,11 @@ under the License. <artifactId>maven-jxr-plugin</artifactId> <version>3.1.1</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>3.3.1</version> + </plugin> </plugins> </pluginManagement> <plugins>
