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 778524d [OPENMEETINGS-2151] maven-javadoc-plugin is updated
778524d is described below
commit 778524db8aa06c4eda52413f2f278465ea31674b
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Mar 18 22:09:58 2020 +0700
[OPENMEETINGS-2151] maven-javadoc-plugin is updated
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f8fd65d..061c0b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<autoModuleName>apache.openmeetings.parent</autoModuleName>
<jdk.version>11</jdk.version>
<!-- plugin versions -->
-
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
+
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<maven-site-plugin.version>3.9.0</maven-site-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>