This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 2809d00 Upgrading maven-javadoc-plugin
2809d00 is described below
commit 2809d00e0ac33c48b6c7536212411aa1c6919c77
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jul 8 09:57:37 2019 +0200
Upgrading maven-javadoc-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c1ed766..bed73cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1898,7 +1898,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
</plugin>
<plugin>
@@ -2427,7 +2427,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
<configuration>
<destDir>apidocs/3.0</destDir>
<isOffline>false</isOffline>