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 2019/07/18 12:10:11 UTC

[mina-sshd] 15/18: Upgraded Maven javadoc plugin version to 3.1.1

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

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

commit 6b4c24c7b769e73da522775242660352cbe5d8ac
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Jul 18 14:44:26 2019 +0300

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

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