You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2020/05/15 07:25:29 UTC

[mina-sshd] 14/17: Upgraded Maven javadoc plugin version to 3.2.0

This is an automated email from the ASF dual-hosted git repository.

lgoldstein pushed a commit to branch SSHD-966
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit f4aa39710cf05d8d2094beb060161f27fa480843
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri May 15 07:18:58 2020 +0300

    Upgraded Maven javadoc plugin version to 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c0cfec..3249116 100644
--- a/pom.xml
+++ b/pom.xml
@@ -759,7 +759,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.2.0</version>
                     <configuration>
                         <additionalOptions>-Xdoclint:-missing</additionalOptions>
                         <encoding>${project.build.sourceEncoding}</encoding>