You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/07/08 07:35:52 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2051] javadoc plugin is updated

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f0b9c9  [OPENMEETINGS-2051] javadoc plugin is updated
5f0b9c9 is described below

commit 5f0b9c90d51c82ca7fd241c4efc78141e8be1759
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Jul 8 14:35:42 2019 +0700

    [OPENMEETINGS-2051] javadoc plugin is updated
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f8a8463..a395560 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 		<db>h2</db>
 		<jdk.version>11</jdk.version>
 		<!-- plugin versions -->
-		<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
+		<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
 		<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
 		<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
 		<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>