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 6e4093f Upgrading maven-javadoc-plugin
6e4093f is described below
commit 6e4093f9c727ca0e4bc2706a53a594d9556a1cd9
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Mar 5 08:05:56 2019 +0100
Upgrading maven-javadoc-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4acd1c4..e616ee8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1910,7 +1910,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
@@ -2446,7 +2446,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<configuration>
<destDir>apidocs/3.0</destDir>
<isOffline>false</isOffline>